Re: [FFmpeg-devel] [PATCH v2 1/7] fftools/ffmpeg: Fix forward CPB props in to out

2019-12-21 Thread Michael Niedermayer
On Thu, Dec 19, 2019 at 05:43:21PM +0100, Nicolas Gaullier wrote: > CPB side_data is copied when stream-copying (see > init_output_stream_streamcopy()), > but it shall not be copied when the stream is decoded. > --- > fftools/ffmpeg.c | 2 ++ > 1 file changed, 2 insertions(+) will apply thx [.

[FFmpeg-devel] [PATCH v2 1/7] fftools/ffmpeg: Fix forward CPB props in to out

2019-12-19 Thread Nicolas Gaullier
CPB side_data is copied when stream-copying (see init_output_stream_streamcopy()), but it shall not be copied when the stream is decoded. --- fftools/ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 27f68933f8..36c207653b 100644 --- a/fftool