Commit 515a5438 authored by Michael Niedermayer's avatar Michael Niedermayer

flv.h should ideally be included in flvdec.c

Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6a14a157
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment