Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Poliakovski <maximumspatium@googlemail.com>2015-06-07 13:52:06 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-08 12:45:22 +0300
commit4b343f7c359bf402017e0bf56e48654c139e88cd (patch)
tree6fcc07d49aaad56c539c896c033c28e693cf4f06 /libavcodec/atrac3plus.h
parentd765e07322a139a6c3c28d9c4c36f820db78986f (diff)
atrac3plus: give the phase_shift flag a better name.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/atrac3plus.h')
-rw-r--r--libavcodec/atrac3plus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/atrac3plus.h b/libavcodec/atrac3plus.h
index 1b001fae6d..a33c38a3ee 100644
--- a/libavcodec/atrac3plus.h
+++ b/libavcodec/atrac3plus.h
@@ -122,7 +122,7 @@ typedef struct Atrac3pWaveSynthParams {
int num_tone_bands; ///< number of PQF bands with tones
uint8_t tone_sharing[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise tone sharing flags
uint8_t tone_master[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise tone channel swapping
- uint8_t phase_shift[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise 180° phase shifting
+ uint8_t invert_phase[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise phase inversion
int tones_index; ///< total sum of tones in this unit
Atrac3pWaveParam waves[48];
} Atrac3pWaveSynthParams;