Signed-off-by: Michael Niedermayer <[email protected]>
---
libavformat/sdrdemux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/sdrdemux.c b/libavformat/sdrdemux.c
index f8590a2e18..84dd90af80 100644
--- a/libavformat/sdrdemux.c
+++ b/libavformat/sdrdemux.c
@@ -1809,7 +1809,7 @@ static int sdrfile_initial_setup(AVFormatContext *s)
{
SDRContext *sdr = s->priv_data;
- int version, ret, bits;
+ int version, bits;
avio_skip(s->pb, 5); //FFSDR
version = avio_rb24(s->pb); //000
--
2.31.1
_______________________________________________
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".