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

2019-12-17 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 10:19:29PM +, Gaullier Nicolas wrote: > > >> @@ -3562,12 +3562,14 @@ static int init_output_stream(OutputStream *ost, > >> char *error, int error_len) > >> int i; > >> for (i = 0; i < ist->st->nb_side_data; i++) { > >> AVPacke

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

2019-12-16 Thread Gaullier Nicolas
>> @@ -3562,12 +3562,14 @@ static int init_output_stream(OutputStream *ost, >> char *error, int error_len) >> int i; >> for (i = 0; i < ist->st->nb_side_data; i++) { >> AVPacketSideData *sd = &ist->st->side_data[i]; >> +if (sd->type != AV

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

2019-12-16 Thread Hendrik Leppkes
On Mon, Dec 16, 2019 at 6:39 PM Nicolas Gaullier wrote: > > --- > fftools/ffmpeg.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c > index 27f68933f8..36c207653b 100644 > --- a/fftools/ffmpeg.c > +++ b/fftools/ffmpeg.c > @@ -3562,12 +3562,14 @@ stati

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

2019-12-16 Thread Nicolas Gaullier
--- fftools/ffmpeg.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 27f68933f8..36c207653b 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -3562,12 +3562,14 @@ static int init_output_stream(OutputStream *ost, char *error, int error_len)