diff options
author | Diego Biurrun | 2013-09-02 20:21:49 +0200 |
---|---|---|
committer | Diego Biurrun | 2013-09-02 21:38:57 +0200 |
commit | 7df9e693a34c84c698da60426c78140c950f95ed (patch) | |
tree | 8867cd27fed6dced62d17ca7a1067a10a2824275 /libavformat/spdif.h | |
parent | 488b2984fece7ad0c2596826fee18e74aa904667 (diff) |
cosmetics: Fix ATRAC codec name spelling
Diffstat (limited to 'libavformat/spdif.h')
-rw-r--r-- | libavformat/spdif.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/spdif.h b/libavformat/spdif.h index b2a6b63be4..f5b15ebbb1 100644 --- a/libavformat/spdif.h +++ b/libavformat/spdif.h @@ -40,9 +40,9 @@ enum IEC61937DataType { IEC61937_DTS1 = 0x0B, ///< DTS type I (512 samples) IEC61937_DTS2 = 0x0C, ///< DTS type II (1024 samples) IEC61937_DTS3 = 0x0D, ///< DTS type III (2048 samples) - IEC61937_ATRAC = 0x0E, ///< Atrac data - IEC61937_ATRAC3 = 0x0F, ///< Atrac 3 data - IEC61937_ATRACX = 0x10, ///< Atrac 3 plus data + IEC61937_ATRAC = 0x0E, ///< ATRAC data + IEC61937_ATRAC3 = 0x0F, ///< ATRAC3 data + IEC61937_ATRACX = 0x10, ///< ATRAC3+ data IEC61937_DTSHD = 0x11, ///< DTS HD data IEC61937_WMAPRO = 0x12, ///< WMA 9 Professional data IEC61937_MPEG2_AAC_LSF_2048 = 0x13, ///< MPEG-2 AAC ADTS half-rate low sampling frequency |