mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avformat/argo_brp: don't pass AVStream into avpriv_request_sample()
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
This commit is contained in:
parent
9ab54eb501
commit
b0dee629da
@ -275,7 +275,7 @@ static int argo_brp_read_header(AVFormatContext *s)
|
||||
blk.size = AV_RL32(buf + 8);
|
||||
|
||||
if (blk.stream_id != brp->basf.index) {
|
||||
avpriv_request_sample(st, "first block not BASF");
|
||||
avpriv_request_sample(s, "first block not BASF");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user