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:
Zane van Iperen 2020-09-20 08:19:03 +10:00
parent 9ab54eb501
commit b0dee629da
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}