diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 11:44:42 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 11:44:42 -0600 |
commit | 919cc741df53b968e9253dd4fbb9bec8e67be10b (patch) | |
tree | dbc13f19084ee7757a858f662266e3195b0608c9 /libk3b/videodvd | |
parent | 3dfd149abc593e20f91e0ba1d0a7236a2a450dbf (diff) | |
download | k3b-919cc741df53b968e9253dd4fbb9bec8e67be10b.tar.gz k3b-919cc741df53b968e9253dd4fbb9bec8e67be10b.zip |
Fix unintended renaming
Diffstat (limited to 'libk3b/videodvd')
-rw-r--r-- | libk3b/videodvd/k3bvideodvdaudiostream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3b/videodvd/k3bvideodvdaudiostream.h b/libk3b/videodvd/k3bvideodvdaudiostream.h index 87d8831..3ce7851 100644 --- a/libk3b/videodvd/k3bvideodvdaudiostream.h +++ b/libk3b/videodvd/k3bvideodvdaudiostream.h @@ -43,8 +43,8 @@ namespace K3bVideoDVD }; enum AudioSampleFrequency { - AUDIO_SAMPLE_FRETQ_48HZ = 0, - AUDIO_SAMPLE_FRETQ_96HZ = 1 + AUDIO_SAMPLE_FREQ_48HZ = 0, + AUDIO_SAMPLE_FREQ_96HZ = 1 }; enum AudioCodeExtension { |