diff mbox series

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

Message ID 20230712233706.449054-9-michael@niedermayer.cc
State New
Headers show
Series [FFmpeg-devel,01/14] avradio/rds: reset station timeout on successfull group decode | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Michael Niedermayer July 12, 2023, 11:37 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavradio/rds.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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]) {