diff options
-rw-r--r-- | src/decoder/ffmpeg_decoder_plugin.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/decoder/ffmpeg_decoder_plugin.c b/src/decoder/ffmpeg_decoder_plugin.c index 96a88a588..6b7c5643a 100644 --- a/src/decoder/ffmpeg_decoder_plugin.c +++ b/src/decoder/ffmpeg_decoder_plugin.c @@ -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; |