Commit 4f5a3819 authored by michael's avatar michael

flv.h should ideally be included in flvdec.c


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21053 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2e3bbd19
......@@ -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