You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -22,9 +22,7 @@
|
|||||||
|
|
||||||
#include "cbs.h"
|
#include "cbs.h"
|
||||||
#include "cbs_h266.h"
|
#include "cbs_h266.h"
|
||||||
#include "internal.h"
|
|
||||||
#include "parser.h"
|
#include "parser.h"
|
||||||
#include "decode.h"
|
|
||||||
|
|
||||||
#define START_CODE 0x000001 ///< start_code_prefix_one_3bytes
|
#define START_CODE 0x000001 ///< start_code_prefix_one_3bytes
|
||||||
#define IS_IDR(nut) (nut == VVC_IDR_W_RADL || nut == VVC_IDR_N_LP)
|
#define IS_IDR(nut) (nut == VVC_IDR_W_RADL || nut == VVC_IDR_N_LP)
|
||||||
|
Reference in New Issue
Block a user