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/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 {