Commit f5d4079d authored by Max Kellermann's avatar Max Kellermann

ffmpeg: removed "new metadata api" warning

This warning is useless. I assume the author added it for debugging purposes.
parent faaf9daf
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment