Re: [FFmpeg-devel] [PATCH] isom: add ni24 to pcm_s24le

2014-08-18 Thread compn
On Mon, 18 Aug 2014 22:49:13 +0200 Clément Bœsch wrote: > On Mon, Aug 18, 2014 at 04:42:15PM -0400, compn wrote: > > +{ CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC > > typo fix for using ni24 instead of in24 (#3051) */ //GARYH added > Why do you remove the comment? becaus

Re: [FFmpeg-devel] [PATCH] isom: add ni24 to pcm_s24le

2014-08-18 Thread Clément Bœsch
On Mon, Aug 18, 2014 at 04:42:15PM -0400, compn wrote: > patch requested by ubitux. > > found in code dump from kierank: > > +{ CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC > typo fix for using ni24 instead of in24 (#3051) */ //GARYH added > > (sorry for inline) > Why do

[FFmpeg-devel] [PATCH] isom: add ni24 to pcm_s24le

2014-08-18 Thread compn
patch requested by ubitux. found in code dump from kierank: +{ CODEC_ID_PCM_S24LE, MKTAG('n', 'i', '2', '4') }, /* BBC typo fix for using ni24 instead of in24 (#3051) */ //GARYH added (sorry for inline) -compn diff --git a/libavformat/isom.c b/libavformat/isom.c index d768c32..613