mirror of https://git.ffmpeg.org/ffmpeg.git
lavc/h264data.h: stop including h264dec.h
This header does not need anything from there.
This commit is contained in:
parent
d552f2535b
commit
e1027aba68
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "h264dec.h"
|
||||
#include "h264.h"
|
||||
|
||||
extern const uint8_t ff_h264_golomb_to_pict_type[5];
|
||||
extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];
|
||||
|
|
Loading…
Reference in New Issue