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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
