This is needed as stations may not be detected immedeately Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> --- libavradio/sdrdemux.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/libavradio/sdrdemux.c b/libavradio/sdrdemux.c index 2bce1045f4..1c77583fd4 100644 --- a/libavradio/sdrdemux.c +++ b/libavradio/sdrdemux.c @@ -1425,6 +1425,7 @@ int ff_sdr_common_init(AVFormatContext *s) float scale = 1.0 / sdr->sample_scale; sdr->avfmt = s; + s->ctx_flags |= AVFMTCTX_NOHEADER; if (sdr->width>1 && sdr->height>1) { /* video stream */ -- 2.31.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".