summaryrefslogtreecommitdiffstats
path: root/libk3b
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-16 11:44:42 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-16 11:44:42 -0600
commit919cc741df53b968e9253dd4fbb9bec8e67be10b (patch)
treedbc13f19084ee7757a858f662266e3195b0608c9 /libk3b
parent3dfd149abc593e20f91e0ba1d0a7236a2a450dbf (diff)
downloadk3b-919cc741df53b968e9253dd4fbb9bec8e67be10b.tar.gz
k3b-919cc741df53b968e9253dd4fbb9bec8e67be10b.zip
Fix unintended renaming
Diffstat (limited to 'libk3b')
-rw-r--r--libk3b/videodvd/k3bvideodvdaudiostream.h4
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 {