mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +00:00
nsv: return error code instead of discarding it in read_header()
This commit is contained in:
parent
058d03631a
commit
223694b404
@ -531,7 +531,7 @@ static int nsv_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
err = nsv_read_chunk(s, 1);
|
||||
|
||||
av_dlog(s, "parsed header\n");
|
||||
return 0;
|
||||
return err;
|
||||
}
|
||||
|
||||
static int nsv_read_chunk(AVFormatContext *s, int fill_header)
|
||||
|
Loading…
Reference in New Issue
Block a user