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
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
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') },
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
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
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
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
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