[FFmpeg-devel] [PATCH 09/14] remove stray av_log()

Michael Niedermayer michael at niedermayer.cc
Thu Jul 13 02:37:01 EEST 2023


Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
---
 libavradio/rds.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavradio/rds.c b/libavradio/rds.c
index 4b16521e4c..1f2979d068 100644
--- a/libavradio/rds.c
+++ b/libavradio/rds.c
@@ -179,7 +179,6 @@ static int decode_rds_group(SDRContext *sdr, Station *station, uint16_t group[4]
                 v <<= 6;
             }
             tag[1][2] >>= 1;
-            av_log(0,0, "\n");
             for(int i = 0; i<2; i++) {
                 char *target= NULL;
                 switch(tag[i][0]) {
-- 
2.31.1



More information about the ffmpeg-devel mailing list