[FFmpeg-cvslog] avcodec/vvc_parser: Remove unnecessary headers
Andreas Rheinhardt
git at videolan.org
Fri Jun 30 00:50:52 EEST 2023
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Thu Jun 29 22:39:56 2023 +0200| [6caf5642c88252c7a80d6bc25c0b5d11646c09c2] | committer: Andreas Rheinhardt
avcodec/vvc_parser: Remove unnecessary headers
Reviewed-by: James Almer <jamrial at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6caf5642c88252c7a80d6bc25c0b5d11646c09c2
---
libavcodec/vvc_parser.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/vvc_parser.c b/libavcodec/vvc_parser.c
index f350fe70a9..efea833565 100644
--- a/libavcodec/vvc_parser.c
+++ b/libavcodec/vvc_parser.c
@@ -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)
More information about the ffmpeg-cvslog
mailing list