decoder/ffmpeg: remove debug code
This commit is contained in:
parent
2a6acc04a1
commit
c2fe961db1
@ -525,11 +525,6 @@ ffmpeg_decode(struct decoder *decoder, struct input_stream *input)
|
|||||||
decoder_initialized(decoder, &audio_format,
|
decoder_initialized(decoder, &audio_format,
|
||||||
input->seekable, total_time);
|
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;
|
enum decoder_command cmd;
|
||||||
do {
|
do {
|
||||||
AVPacket packet;
|
AVPacket packet;
|
||||||
|
Loading…
Reference in New Issue
Block a user