Signed-off-by: Zane van Iperen <[email protected]>
---
libavformat/argo_brp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/argo_brp.c b/libavformat/argo_brp.c
index ad54420283..75587b24c0 100644
--- a/libavformat/argo_brp.c
+++ b/libavformat/argo_brp.c
@@ -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;
}
--
2.25.4
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".