flv.h should ideally be included in flvdec.c
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 7 Jan 2010 06:20:57 +0000 (06:20 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 7 Jan 2010 06:20:57 +0000 (06:20 +0000)
Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/flvdec.c

index 9095cb6..ea494d7 100644 (file)
@@ -18,6 +18,7 @@
  */
 
 #include "mpegvideo.h"
+#include "flv.h"
 
 void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last){
     int is11 = get_bits1(gb);