Re: [FFmpeg-devel] [PATCH] ffmpeg: use av_stream_new_side_data()

2017-04-07 Thread James Almer
On 12/26/2016 6:36 PM, James Almer wrote: > Signed-off-by: James Almer > --- > ffmpeg.c | 17 - > 1 file changed, 4 insertions(+), 13 deletions(-) > > diff --git a/ffmpeg.c b/ffmpeg.c > index ec9da3e..a1c02ca 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -2916,26 +2916,17 @@ stat

[FFmpeg-devel] [PATCH] ffmpeg: use av_stream_new_side_data()

2016-12-26 Thread James Almer
Signed-off-by: James Almer --- ffmpeg.c | 17 - 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index ec9da3e..a1c02ca 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2916,26 +2916,17 @@ static int init_output_stream_streamcopy(OutputStream *ost)