On Fri, Feb 26, 2016 at 9:09 AM, Anton Khirnov <[email protected]> wrote: > Quoting Steve Lhomme (2016-02-12 17:04:15) >> From: Steve Lhomme <[email protected]> >> >> -- >> can be found in such sample >> http://streams.videolan.org/issues/16620/VLCSupportsample.mkv > > When I decode that sample with avconv, it has a 36-byte extradata and > seems to decode just fine even without your patch.
Yes, it seems the internal convention is to add the extradata so that the ALAC codec ID always comes with it. So I'll just fix it in VLC. > -- > Anton Khirnov > _______________________________________________ > libav-devel mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-devel _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
