Re: [libav-devel] [PATCH v2 1/1] h2645_parse: handle embedded Annex B NAL units in size prefixed NAL units

2016-07-12 Thread Luca Barbato
On 12/07/16 21:27, Janne Grunau wrote: > * Added comments in in the code, refrained from cursing > Extra praise for not cursing. lu ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH v2 1/1] h2645_parse: handle embedded Annex B NAL units in size prefixed NAL units

2016-07-12 Thread Janne Grunau
Fixes a regression in ca2f19b9cc3 with some mov/mp4 files. The files have several NAL units in the supposed single NAL unit after the size field. Annex B start code prefixes are used to separate them. The first NAL unit is correctly parsed but the buffer does not point to the next size field.