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

James Almer jamrial at gmail.com
Fri Jun 30 00:42:19 EEST 2023


On 6/29/2023 5:54 PM, Andreas Rheinhardt wrote:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at 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.


More information about the ffmpeg-devel mailing list