From 4b343f7c359bf402017e0bf56e48654c139e88cd Mon Sep 17 00:00:00 2001 From: Max Poliakovski Date: Sun, 7 Jun 2015 12:52:06 +0200 Subject: atrac3plus: give the phase_shift flag a better name. Signed-off-by: Michael Niedermayer --- libavcodec/atrac3plus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/atrac3plus.c') diff --git a/libavcodec/atrac3plus.c b/libavcodec/atrac3plus.c index 3d75749c0b..b16a13971d 100644 --- a/libavcodec/atrac3plus.c +++ b/libavcodec/atrac3plus.c @@ -1724,7 +1724,7 @@ static int decode_tones_info(GetBitContext *gb, Atrac3pChanUnitCtx *ctx, if (num_channels == 2) { get_subband_flags(gb, ctx->waves_info->tone_sharing, ctx->waves_info->num_tone_bands); get_subband_flags(gb, ctx->waves_info->tone_master, ctx->waves_info->num_tone_bands); - get_subband_flags(gb, ctx->waves_info->phase_shift, ctx->waves_info->num_tone_bands); + get_subband_flags(gb, ctx->waves_info->invert_phase, ctx->waves_info->num_tone_bands); } ctx->waves_info->tones_index = 0; -- cgit v1.2.3