Re: [FFmpeg-devel] [PATCH] apngdec: use side data to pass extradata to the decoder

2016-11-01 Thread Andreas Cadhalpun
On 01.11.2016 18:26, James Almer wrote: > On 11/1/2016 1:18 PM, Andreas Cadhalpun wrote: >> Fixes remuxing apng streams coming from the apng demuxer. >> This is a regression since 940b8908b94404a65f9f55e33efb4ccc6c81383c. >> >> Found-by: James Almer >> Signed-off-by: Andreas Cadhalpun >> --- >>

Re: [FFmpeg-devel] [PATCH] apngdec: use side data to pass extradata to the decoder

2016-11-01 Thread James Almer
On 11/1/2016 1:18 PM, Andreas Cadhalpun wrote: > Fixes remuxing apng streams coming from the apng demuxer. > This is a regression since 940b8908b94404a65f9f55e33efb4ccc6c81383c. > > Found-by: James Almer > Signed-off-by: Andreas Cadhalpun > --- > libavcodec/pngdec.c | 23 ++-- > l

[FFmpeg-devel] [PATCH] apngdec: use side data to pass extradata to the decoder

2016-11-01 Thread Andreas Cadhalpun
Fixes remuxing apng streams coming from the apng demuxer. This is a regression since 940b8908b94404a65f9f55e33efb4ccc6c81383c. Found-by: James Almer Signed-off-by: Andreas Cadhalpun --- libavcodec/pngdec.c | 23 ++-- libavformat/apngdec.c | 73 +++--