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 <[email protected]> AuthorDate: Mon Jul 31 22:41:22 2023 +0200 Commit: Michael Niedermayer <[email protected]> CommitDate: Mon Jul 31 22:43:33 2023 +0200 avradio/avformat/sdrdemux: remove unused variable 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 _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
