Andre Wolokita <andre.wolokita <at> analog.com> writes:

> -    if (ret == AVERROR(EINVAL)) {
> +    if (ret == AVERROR(EINVAL) || ret == AVERROR(ENODATA)) {

If I read fate correctly this broke compilation 
on OpenBSD where ENODATA isn't defined.

Carl Eugen

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to