repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r123: Merged HEAD and TEST. New stuff shall be committed to HEAD from now on.
[cinelerra_cv/mob.git]
/
libmpeg3
/
video
/
mpeg3videoprotos.h
blob
0710c72f516d5ad58d915590cb837f5b1cdb8257
1
#ifndef MPEG3VIDEOPROTOS_H
2
#define MPEG3VIDEOPROTOS_H
3
4
void
mpeg3video_idct_conversion
(
short
*
block
);
5
unsigned int
mpeg3slice_showbits
(
mpeg3_slice_buffer_t
*
slice_buffer
,
int
bits
);
6
7
#endif