On 5/17/17 7:46 PM, Vittorio Giovara wrote:
> +enum AVChannel av_channel_from_string(const char *str)

Either return an int, return an int and store the enum in a field or
return an INVALID_CHANNEL enum value.

Same for av_channel_layout_get_channel

The rest looks fine.

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

Reply via email to