Re: [FFmpeg-devel] [PATCH] mov: move stsd finalization to an appropriate place

2016-10-17 Thread Hendrik Leppkes
On Sat, Oct 15, 2016 at 11:19 AM, Hendrik Leppkes wrote: > On Fri, Oct 14, 2016 at 3:21 PM, Carl Eugen Hoyos wrote: >> 2016-10-14 13:56 GMT+02:00 Hendrik Leppkes : >>> mov_finalize_stsd_codec parses stream information from the ALAC extradata, >>> so run it after the extradata processing is comple

Re: [FFmpeg-devel] [PATCH] mov: move stsd finalization to an appropriate place

2016-10-15 Thread Hendrik Leppkes
On Fri, Oct 14, 2016 at 3:21 PM, Carl Eugen Hoyos wrote: > 2016-10-14 13:56 GMT+02:00 Hendrik Leppkes : >> mov_finalize_stsd_codec parses stream information from the ALAC extradata, >> so run it after the extradata processing is completed in mov_read_stsd. > > Please mention ticket #5826 if your p

Re: [FFmpeg-devel] [PATCH] mov: move stsd finalization to an appropriate place

2016-10-14 Thread Carl Eugen Hoyos
2016-10-14 13:56 GMT+02:00 Hendrik Leppkes : > mov_finalize_stsd_codec parses stream information from the ALAC extradata, > so run it after the extradata processing is completed in mov_read_stsd. Please mention ticket #5826 if your patch fixes the issue. Carl Eugen ___

[FFmpeg-devel] [PATCH] mov: move stsd finalization to an appropriate place

2016-10-14 Thread Hendrik Leppkes
mov_finalize_stsd_codec parses stream information from the ALAC extradata, so run it after the extradata processing is completed in mov_read_stsd. Fixes playback of 96kHz ALAC streams muxed by qaac or the reference alac encoder. --- libavformat/mov.c | 4 ++-- 1 file changed, 2 insertions(+), 2