summaryrefslogtreecommitdiff
path: root/libavcodec/flvdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2010-01-07 06:20:57 +0000
committerMichael Niedermayer <michaelni@gmx.at>2010-01-07 06:20:57 +0000
commit515a5438096aec9a097de6821ff625ca605e89ee (patch)
treef9beedfc343f2327c79c9543d30841f60bd0dd01 /libavcodec/flvdec.c
parent6a14a15722d864ee8b3c49b47af6909ff504ec7f (diff)
flv.h should ideally be included in flvdec.c
Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flvdec.c')
-rw-r--r--libavcodec/flvdec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c
index 9095cb6b00..ea494d7428 100644
--- a/libavcodec/flvdec.c
+++ b/libavcodec/flvdec.c
@@ -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);