forked from FFmpeg/FFmpeg
avcodec/vvc_mp4toannexb_bsf: Improve included headers
A BSF should never include avcodec.h at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
5b11ee9429
commit
3fe98db7bb
1 changed files with 1 additions and 3 deletions
|
@ -24,14 +24,12 @@
|
|||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/mem.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "bsf.h"
|
||||
#include "bsf_internal.h"
|
||||
#include "bytestream.h"
|
||||
#include "defs.h"
|
||||
#include "vvc.h"
|
||||
|
||||
#include "libavcodec/get_bits.h"
|
||||
|
||||
#define MIN_VVCC_LENGTH 23
|
||||
|
||||
typedef struct VVCBSFContext {
|
||||
|
|
Loading…
Add table
Reference in a new issue