On Fri, Apr 07, 2017 at 04:29:36PM +1200, Matthew Gregan wrote:
> At 2017-04-05T20:43:21-0300, James Almer wrote:
> > > +/* OpusSpecificBox size plus magic for Ogg OpusHead header. */
> > > +size = atom.size + 16;
> >
> > This should be 8. "OpusHead" is not 16 bytes.
> >
> > > +avio_r
At 2017-04-05T20:43:21-0300, James Almer wrote:
> > +/* OpusSpecificBox size plus magic for Ogg OpusHead header. */
> > +size = atom.size + 16;
>
> This should be 8. "OpusHead" is not 16 bytes.
>
> > +avio_read(pb, st->codecpar->extradata + 9, size - 17);
>
> Same, this should be siz
On 3/15/2017 10:19 PM, Matthew Gregan wrote:
> Hi,
>
> The attached patch adds demuxing support for Opus audio codec in
> ISOBMFF/MP4. This is based on v0.6.8 of the draft spec at
> https://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html.
>
> Firefox supports demuxing/playback of these files
Hi,
The attached patch adds demuxing support for Opus audio codec in
ISOBMFF/MP4. This is based on v0.6.8 of the draft spec at
https://vfrmaniac.fushizen.eu/contents/opus_in_isobmff.html.
Firefox supports demuxing/playback of these files since Firefox 50.
>From 9d6f1b4c12b08cf5fbba61bdeb31c785aa