[FFmpeg-devel] [PATCH 08/10] avformat/argo_brp: don't pass AVStream into avpriv_request_sample()
Zane van Iperen
zane at zanevaniperen.com
Sun Sep 20 11:07:14 EEST 2020
Signed-off-by: Zane van Iperen <zane at zanevaniperen.com>
---
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
More information about the ffmpeg-devel
mailing list