changeset 10790:145b62a1de1c libavcodec

flv.h should ideally be included in flvdec.c
author michael
date Thu, 07 Jan 2010 06:20:57 +0000
parents edaaa3fa540c
children 48adb5a1b47b
files flvdec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flvdec.c	Thu Jan 07 05:41:49 2010 +0000
+++ b/flvdec.c	Thu Jan 07 06:20:57 2010 +0000
@@ -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);