Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Reimar Döffinger
On 19.08.2014, at 15:46, Clément Bœsch wrote: > On Tue, Aug 19, 2014 at 01:41:49PM +, Carl Eugen Hoyos wrote: >> Clément Bœsch pkh.me> writes: >> >>> On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: Clément Bœsch pkh.me> writes: > +{ AV_CODEC_ID_PCM_S24BE

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Clément Bœsch
On Tue, Aug 19, 2014 at 01:41:49PM +, Carl Eugen Hoyos wrote: > Clément Bœsch pkh.me> writes: > > > On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: > > > Clément Bœsch pkh.me> writes: > > > > > > > +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, > > > > BB

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: > > Clément Bœsch pkh.me> writes: > > > > > +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, > > > BBC typo */ > > > +{ AV_CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') },

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-19 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 11:39:26PM +, Carl Eugen Hoyos wrote: > Clément Bœsch pkh.me> writes: > > > +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, > > BBC typo */ > > +{ AV_CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, > > /* BBC typo */ > > Doesn't this patch

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Carl Eugen Hoyos
Clément Bœsch pkh.me> writes: > +{ AV_CODEC_ID_PCM_S24BE, MKTAG('n', 'i', '2', '4') }, > BBC typo */ > +{ AV_CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, > /* BBC typo */ Doesn't this patch make absolutely sure that the same files that didn't work before this patch (and

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Michael Niedermayer
On Mon, Aug 18, 2014 at 11:01:39PM +0200, Clément Bœsch wrote: > This is adapted from Elemental/libavformat.isom.c.patch by a certain > GARYH. The original patch only includes the LE version. > > See also > http://lists.apple.com/archives/quicktime-users/2009/Oct/msg00048.html > --- > libavformat

Re: [FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 11:01:39PM +0200, Clément Bœsch wrote: > This is adapted from Elemental/libavformat.isom.c.patch by a certain > GARYH. The original patch only includes the LE version. > > See also > http://lists.apple.com/archives/quicktime-users/2009/Oct/msg00048.html > --- > libavformat

[FFmpeg-devel] [PATCH] avformat/isom: add ni24 typo/alias for in24

2014-08-18 Thread Clément Bœsch
This is adapted from Elemental/libavformat.isom.c.patch by a certain GARYH. The original patch only includes the LE version. See also http://lists.apple.com/archives/quicktime-users/2009/Oct/msg00048.html --- libavformat/isom.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/iso