[FFmpeg-devel] [Bulk] [PATCH] avformat/mov: only force parsing for video tracks if stss is empty

Hendrik Leppkes h.leppkes at gmail.com
Tue Nov 5 11:13:34 CET 2013


On Tue, Nov 5, 2013 at 9:57 AM, Tim Nicholson <nichot20 at yahoo.com> wrote:
> On 04/11/13 15:22, Hendrik Leppkes wrote:
>> Fixes playback of some AAC streams, which are otherwise mangled by the
>> parser, and stss is typically only valid for video anyway.
>
> Typically it only has one entry for video too (which is what I assume
> you mean by valid/empty), *however* just because something is typical,
> is it prudent to asume it will always be the case?
>

The fact remains that the parser breaks some AAC streams if its
enabled here, and the original issue that this code was supposed to
fix was only related to video, because video needs keyframe
information from the parser if its not available in the container,
while audio does not depend on such metadata.

- Hendrik


More information about the ffmpeg-devel mailing list