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