X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fatrac3plus.h;h=a33c38a3ee21a374a61f9b63f7d403ef9c880660;hb=7e7256c3a4962613408b5549b8f643fcfdeea829;hp=1b001fae6d6e3bbc0e12a470ced8c22348c805e3;hpb=fd116b8dfa731122e1b6f8ededf00074940e2848;p=ffmpeg diff --git a/libavcodec/atrac3plus.h b/libavcodec/atrac3plus.h index 1b001fae6d6..a33c38a3ee2 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;