On 22/01/15 20:04, Alex Converse wrote:
+    MPEG4AudioConfig *m4ac = &ac->oc[1].m4ac;

vs

> +    const MPEG4AudioConfig *const m4ac = &ac->oc[1].m4ac;

Is there a particular reason?

> +    ac->avctx->profile = m4ac->object_type - 1;

why not using `aot` ?


lu
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to