Browse Source

Add a forward declaration of mpeg1_decode_block_intra to fix compilation

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

Originally committed as revision 18861 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger 17 years ago
parent
commit
936bb4a9bc
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavcodec/mpeg12.c

+ 3
- 0
libavcodec/mpeg12.c View File

@@ -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);


Loading…
Cancel
Save