On 09/10/13 14:03, Martin Storsjö wrote:
> +    else if (track->enc->codec_id == AV_CODEC_ID_VP6F ||
> +             track->enc->codec_id == AV_CODEC_ID_VP6A) {
> +        /* Don't write any potential extradata here - the cropping
> +         * is signalled via the normal width/height fields. */
> +    } else if (track->vos_len > 0)
>          mov_write_glbl_tag(pb, track);

Not sure if having the condition merged below is nicer, beside that
doesn't look wrong.

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

Reply via email to