summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-21 19:28:26 +0200
committerwm4 <wm4@nowhere>2014-07-21 19:29:58 +0200
commit967add9f0f5658b449e94cd33c44e72ae8cf76a7 (patch)
tree4ce43536a139896d00c0f3bc2fa736277e7c2d65 /player
parentd1bb1bf8af7ef483ce745459e15693e87671618d (diff)
downloadmpv-967add9f0f5658b449e94cd33c44e72ae8cf76a7.tar.bz2
mpv-967add9f0f5658b449e94cd33c44e72ae8cf76a7.tar.xz
audio: remove unused metadata field
This was used for replaygain at some point, until replaygain info was passed through explicitly.
Diffstat (limited to 'player')
-rw-r--r--player/audio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/player/audio.c b/player/audio.c
index d893206764..26d9f196a3 100644
--- a/player/audio.c
+++ b/player/audio.c
@@ -119,7 +119,6 @@ void reinit_audio_chain(struct MPContext *mpctx)
mpctx->d_audio->global = mpctx->global;
mpctx->d_audio->opts = opts;
mpctx->d_audio->header = sh;
- mpctx->d_audio->metadata = mpctx->demuxer->metadata;
mpctx->d_audio->replaygain_data = sh->audio->replaygain_data;
if (!audio_init_best_codec(mpctx->d_audio, opts->audio_decoders))
goto init_error;