mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 12:40:01 +00:00
lavf/libquvi: fix error reporting.
This commit is contained in:
parent
da1bb21c13
commit
e66a10689b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user