[SCM] libav/experimental: flv.h should ideally be included in flvdec.c
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:56:53 UTC 2013
The following commit has been merged in the experimental branch:
commit 515a5438096aec9a097de6821ff625ca605e89ee
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Jan 7 06:20:57 2010 +0000
flv.h should ideally be included in flvdec.c
Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c
index 9095cb6..ea494d7 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);
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list