On Thu, May 12, 2016 at 1:53 PM, Michael Niedermayer
wrote:
> On Thu, May 12, 2016 at 12:07:40PM +0200, Hendrik Leppkes wrote:
>> Some streams contain an additional AnnexB NAL inside the mp4/nalff NALU.
>> This commonly occurs in interlaced streams where both fields are packed
>> into the same MP4
On Thu, May 12, 2016 at 12:07:40PM +0200, Hendrik Leppkes wrote:
> Some streams contain an additional AnnexB NAL inside the mp4/nalff NALU.
> This commonly occurs in interlaced streams where both fields are packed
> into the same MP4 NAL with an AnnexB startcode in between.
>
> Port handling of th
Some streams contain an additional AnnexB NAL inside the mp4/nalff NALU.
This commonly occurs in interlaced streams where both fields are packed
into the same MP4 NAL with an AnnexB startcode in between.
Port handling of this format from the previous h264 nal handling.
Fixes trac #5529
---
Third