Replace hardcoded error code with ENODATA (#3277)
The video reader suppressed code 61 (ENODATA on Linux) that occured at
the end of a stream and logged an INFO message. On macOS ENODATA has a
different code (96), which resulted in an error message being logged.
This small patch replaces the hard-coded value with the ENODATA constant
to suppress the macOS warning.
Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
Showing
Please register or sign in to comment