From f5d4079d1114341f78d9e6a25e830182a90416af Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Mon, 8 Jun 2009 08:41:07 +0200
Subject: ffmpeg: removed "new metadata api" warning

This warning is useless.  I assume the author added it for debugging
purposes.
---
 src/decoder/ffmpeg_plugin.c | 2 --
 1 file changed, 2 deletions(-)

(limited to 'src')

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);
-- 
cgit v1.2.3