[FFmpeg-cvslog] r21053 - trunk/libavcodec/flvdec.c
michael
subversion
Thu Jan 7 07:20:57 CET 2010
Author: michael
Date: Thu Jan 7 07:20:57 2010
New Revision: 21053
Log:
flv.h should ideally be included in flvdec.c
Modified:
trunk/libavcodec/flvdec.c
Modified: trunk/libavcodec/flvdec.c
==============================================================================
--- trunk/libavcodec/flvdec.c Thu Jan 7 06:41:49 2010 (r21052)
+++ trunk/libavcodec/flvdec.c Thu Jan 7 07:20:57 2010 (r21053)
@@ -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);
More information about the ffmpeg-cvslog
mailing list