avcodec/vvc_parser: Remove unnecessary headers

Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-06-29 22:39:56 +02:00
parent 0cd2e7dcfb
commit 6caf5642c8
1 changed files with 0 additions and 2 deletions

View File

@ -22,9 +22,7 @@
#include "cbs.h"
#include "cbs_h266.h"
#include "internal.h"
#include "parser.h"
#include "decode.h"
#define START_CODE 0x000001 ///< start_code_prefix_one_3bytes
#define IS_IDR(nut) (nut == VVC_IDR_W_RADL || nut == VVC_IDR_N_LP)