decoder/ffmpeg: remove debug code

This commit is contained in:
Max Kellermann 2012-01-24 17:15:29 +01:00
parent 2a6acc04a1
commit c2fe961db1

View File

@ -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;