Signed-off-by: Michael Niedermayer <[email protected]>
---
libavradio/sdrdemux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c
index b5e9b9ad04..d5ea2d85b4 100644
--- a/libavradio/sdrdemux.c
+++ b/libavradio/sdrdemux.c
@@ -1714,7 +1714,7 @@ static int sdrfile_initial_setup(AVFormatContext *s)
avio_skip(s->pb, 3); //BE
sdr->sdr_sample_rate = avio_rb32(s->pb);
avio_rb32(s->pb); //block_size
- sdr->wanted_freq = av_int2double(avio_rb64(s->pb));
+ av_int2double(avio_rb64(s->pb));
sdr->pts = avio_rb64(s->pb);
if (version > AV_RB24("000")) {
sdr->bandwidth = avio_rb32(s->pb);
--
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".