On Sun, 26 Mar 2017 at 18:12 Luca Barbato <[email protected]> wrote:

> The dirac raw bitstream contains enough framing information to make a
> full demuxer out of it.
> +    parse_code = avio_r8(s->pb);
> +    next_off   = avio_rb32(s->pb);
> +    prev_off   = avio_rb32(s->pb);
>

These offsets are optional so you need to search for BBCD

Kieran
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to