Re: [FFmpeg-devel] [PATCH 30/33] avcodec/mpegpicture: Add function to completely free MPEG-Picture

2022-01-27 Thread Andreas Rheinhardt
James Almer: > > > On 1/26/2022 6:34 PM, Andreas Rheinhardt wrote: >> Also use said function in mpegvideo.c and mpegvideo_enc.c; >> and make ff_free_picture_tables() static as it isn't needed anymore >> outside of mpegpicture.c. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> The new_picture

Re: [FFmpeg-devel] [PATCH 30/33] avcodec/mpegpicture: Add function to completely free MPEG-Picture

2022-01-27 Thread James Almer
On 1/26/2022 6:34 PM, Andreas Rheinhardt wrote: Also use said function in mpegvideo.c and mpegvideo_enc.c; and make ff_free_picture_tables() static as it isn't needed anymore outside of mpegpicture.c. Signed-off-by: Andreas Rheinhardt --- The new_picture is actually only used by encoders;

[FFmpeg-devel] [PATCH 30/33] avcodec/mpegpicture: Add function to completely free MPEG-Picture

2022-01-26 Thread Andreas Rheinhardt
Also use said function in mpegvideo.c and mpegvideo_enc.c; and make ff_free_picture_tables() static as it isn't needed anymore outside of mpegpicture.c. Signed-off-by: Andreas Rheinhardt --- The new_picture is actually only used by encoders; if it were not for svq1enc (which relies on