mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
lavf/libquvi: fix error reporting.
This commit is contained in:
@@ -97,8 +97,8 @@ static int libquvi_read_header(AVFormatContext *s)
|
||||
return 0;
|
||||
|
||||
quvi_fail:
|
||||
av_log(s, AV_LOG_ERROR, "%s\n", quvi_strerror(&q, rc));
|
||||
ret = rc;
|
||||
av_log(s, AV_LOG_ERROR, "%s\n", quvi_strerror(q, rc));
|
||||
ret = AVERROR_EXTERNAL;
|
||||
|
||||
end:
|
||||
quvi_parse_close(&m);
|
||||
|
||||
Reference in New Issue
Block a user