1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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:
Andreas Rheinhardt
2023-07-17 02:37:02 +02:00
parent 5b11ee9429
commit 3fe98db7bb

View File

@@ -24,14 +24,12 @@
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/mem.h" #include "libavutil/mem.h"
#include "avcodec.h"
#include "bsf.h" #include "bsf.h"
#include "bsf_internal.h" #include "bsf_internal.h"
#include "bytestream.h" #include "bytestream.h"
#include "defs.h"
#include "vvc.h" #include "vvc.h"
#include "libavcodec/get_bits.h"
#define MIN_VVCC_LENGTH 23 #define MIN_VVCC_LENGTH 23
typedef struct VVCBSFContext { typedef struct VVCBSFContext {