r1053: Add Russian translation.
[cinelerra_cv.git] / libmpeg3 / video / mpeg3videoprotos.h
blob0710c72f516d5ad58d915590cb837f5b1cdb8257
1 #ifndef MPEG3VIDEOPROTOS_H
2 #define MPEG3VIDEOPROTOS_H
4 void mpeg3video_idct_conversion(short* block);
5 unsigned int mpeg3slice_showbits(mpeg3_slice_buffer_t *slice_buffer, int bits);
7 #endif