diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-04-13 02:08:12 -0500 |
commit | 2f36c1bd457c375a07b37e81aaef0c7d75278e0e (patch) | |
tree | aab4c1e258ef1af8e37d0bff3826cd7b004d5b4b /libk3b/videodvd/k3bvideodvdaudiostream.h | |
parent | 6aa759b112c09eb02ccd54b616339c1362e3ad99 (diff) | |
download | k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.tar.gz k3b-2f36c1bd457c375a07b37e81aaef0c7d75278e0e.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'libk3b/videodvd/k3bvideodvdaudiostream.h')
-rw-r--r-- | libk3b/videodvd/k3bvideodvdaudiostream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libk3b/videodvd/k3bvideodvdaudiostream.h b/libk3b/videodvd/k3bvideodvdaudiostream.h index b5719f9..87d8831 100644 --- a/libk3b/videodvd/k3bvideodvdaudiostream.h +++ b/libk3b/videodvd/k3bvideodvdaudiostream.h @@ -37,9 +37,9 @@ namespace K3bVideoDVD }; enum AudioQuantization { - AUDIO_TQUANTIZATION_16BIT = 0, - AUDIO_TQUANTIZATION_20BIT = 1, - AUDIO_TQUANTIZATION_24BIT = 2 + AUDIO_QUANTIZATION_16BIT = 0, + AUDIO_QUANTIZATION_20BIT = 1, + AUDIO_QUANTIZATION_24BIT = 2 }; enum AudioSampleFrequency { |