On Mon, 6 Feb 2012, Luca Barbato wrote:

On 2/2/12 9:27 AM, Martin Storsjö wrote:
- st->duration = (version == 1) ? avio_rb64(pb) : avio_rb32(pb); /* duration */
+    (version == 1) ? avio_rb64(pb) : avio_rb32(pb); /* duration */

Uhm, might be marked better. like /* skip duration */

beside that ok.

Janne fixed it in a better way, so these both patches are dropped (I marked them as superseded on patchwork, but perhaps I should have mentioned it in a mail here, too).

But yes, it might have fixed some other issues with fragmented files, too.

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

Reply via email to