You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lavc/h264data.h: stop including h264dec.h
This header does not need anything from there.
This commit is contained in:
committed by
Andreas Rheinhardt
parent
d552f2535b
commit
e1027aba68
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#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_pict_type[5];
|
||||||
extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];
|
extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];
|
||||||
|
Reference in New Issue
Block a user