You've already forked FFmpeg
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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user