Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-29 Thread Michael Niedermayer
On Sun, Feb 28, 2016 at 11:08:59PM +0100, Marton Balint wrote: > > On Sun, 28 Feb 2016, Michael Niedermayer wrote: > > >On Sat, Feb 20, 2016 at 02:11:49AM +0100, Marton Balint wrote: > >>This also fixes reading gapless metadata when the entries do not start with > >>the > >>mean atom. Such sampl

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-28 Thread Marton Balint
On Sun, 28 Feb 2016, Michael Niedermayer wrote: On Sat, Feb 20, 2016 at 02:11:49AM +0100, Marton Balint wrote: This also fixes reading gapless metadata when the entries do not start with the mean atom. Such samples can be found here: https://hydrogenaud.io/index.php/topic,93310.0.html Signed-

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-28 Thread Michael Niedermayer
On Sat, Feb 20, 2016 at 02:11:49AM +0100, Marton Balint wrote: > This also fixes reading gapless metadata when the entries do not start with > the > mean atom. Such samples can be found here: > https://hydrogenaud.io/index.php/topic,93310.0.html > > Signed-off-by: Marton Balint > --- > libavfor

Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-28 Thread Marton Balint
On Sat, 20 Feb 2016, Marton Balint wrote: This also fixes reading gapless metadata when the entries do not start with the mean atom. Such samples can be found here: https://hydrogenaud.io/index.php/topic,93310.0.html Signed-off-by: Marton Balint --- libavformat/mov.c | 50

[FFmpeg-devel] [PATCH 1/2] avformat/mov: merge mov_read_custom functions

2016-02-19 Thread Marton Balint
This also fixes reading gapless metadata when the entries do not start with the mean atom. Such samples can be found here: https://hydrogenaud.io/index.php/topic,93310.0.html Signed-off-by: Marton Balint --- libavformat/mov.c | 50 -- 1 file change