Commit dede8155 authored by reimar's avatar reimar

Add a forward declaration of mpeg1_decode_block_intra to fix compilation

broken by r18859 for e.g. all gcc 4 compilers.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d0612e81
......@@ -49,6 +49,9 @@
#define MB_PTYPE_VLC_BITS 6
#define MB_BTYPE_VLC_BITS 6
static inline int mpeg1_decode_block_intra(MpegEncContext *s,
DCTELEM *block,
int n);
static inline int mpeg1_decode_block_inter(MpegEncContext *s,
DCTELEM *block,
int n);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment