aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder')
-rw-r--r--src/decoder/ffmpeg_plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decoder/ffmpeg_plugin.c b/src/decoder/ffmpeg_plugin.c
index 285b07ee1..c22524331 100644
--- a/src/decoder/ffmpeg_plugin.c
+++ b/src/decoder/ffmpeg_plugin.c
@@ -350,8 +350,6 @@ static bool ffmpeg_tag_internal(struct ffmpeg_context *ctx)
{
AVMetadataTag *title, *author, *album, *genre, *comment, *track, *year;
- g_warning("using new metadata api\n");
-
title = av_metadata_get(f->metadata, "title", NULL, 0);
author = av_metadata_get(f->metadata, "author", NULL, 0);
album = av_metadata_get(f->metadata, "album", NULL, 0);