From 919cc741df53b968e9253dd4fbb9bec8e67be10b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 16 Feb 2014 11:44:42 -0600 Subject: Fix unintended renaming --- libk3b/videodvd/k3bvideodvdaudiostream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libk3b') 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 { -- cgit v1.2.3