Signed-off-by: Michael Niedermayer <[email protected]>
---
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
_______________________________________________
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".