[FFmpeg-devel] [PATCH 11/11] fftools/ffplay: stop injecting stream side data in packets

Anton Khirnov anton at khirnov.net
Tue Oct 3 13:11:52 EEST 2023


Quoting James Almer (2023-09-27 15:12:42)
> This is no longer needed as the side data is available for decoders in the
> AVCodecContext.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  fftools/ffplay.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/fftools/ffplay.c b/fftools/ffplay.c
> index e29b0ad0f9..87e04226c9 100644
> --- a/fftools/ffplay.c
> +++ b/fftools/ffplay.c
> @@ -2794,8 +2794,6 @@ static int read_thread(void *arg)
>      if (genpts)
>          ic->flags |= AVFMT_FLAG_GENPTS;
>  
> -    av_format_inject_global_side_data(ic);

Are you planning to remove this function entirely?

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list