diff mbox series

[FFmpeg-devel] avcodec/vvc_parser: Remove unnecessary headers

Message ID AS8P250MB0744806655B57A9DCBCC7E978F25A@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 6caf5642c88252c7a80d6bc25c0b5d11646c09c2
Headers show
Series [FFmpeg-devel] avcodec/vvc_parser: Remove unnecessary headers | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt June 29, 2023, 8:54 p.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/vvc_parser.c | 2 --
 1 file changed, 2 deletions(-)

Comments

James Almer June 29, 2023, 9:42 p.m. UTC | #1
On 6/29/2023 5:54 PM, Andreas Rheinhardt wrote:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
> ---
>   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)

Should be ok.
diff mbox series

Patch

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)