mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
flv.h should ideally be included in flvdec.c
Originally committed as revision 21053 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6a14a15722
commit
515a543809
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user