[FFmpeg-cvslog] [ffmpeg-radio] 13/13: avradio/avformat/sdrdemux: remove unused variable
Michael Niedermayer
ffmpeg-git at ffmpeg.org
Sat Sep 16 21:38:29 EEST 2023
This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch master
in repository libavradio.
commit 886e4ed6521e288a5723a9896dc1cf96af127630
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Mon Jul 31 22:41:22 2023 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Mon Jul 31 22:43:33 2023 +0200
avradio/avformat/sdrdemux: remove unused variable
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
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
More information about the ffmpeg-cvslog
mailing list