On Tue, Jan 07, 2020 at 02:55:44PM +0100, Andreas Rheinhardt wrote:
> This commit improves returned error codes by forwarding error codes. In
> some instances, the hardcoded returned error codes made no sense at all:
> The normal error code for failure of av_new_packet() is AVERROR(ENOMEM),
> yet t
This commit improves returned error codes by forwarding error codes. In
some instances, the hardcoded returned error codes made no sense at all:
The normal error code for failure of av_new_packet() is AVERROR(ENOMEM),
yet there were instances where AVERROR(EIO) was returned.
Signed-off-by: Andreas