Commit c2fe961d authored by Max Kellermann's avatar Max Kellermann

decoder/ffmpeg: remove debug code

parent 2a6acc04
......@@ -525,11 +525,6 @@ ffmpeg_decode(struct decoder *decoder, struct input_stream *input)
decoder_initialized(decoder, &audio_format,
input->seekable, total_time);
AVDictionaryEntry *entry =
av_dict_get(format_context->metadata, "replaygain_track_gain", NULL, 0);
if (entry != NULL)
g_printerr("replaygain_track_gain=%s\n", entry->value);
enum decoder_command cmd;
do {
AVPacket packet;
......
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