From adc7c9c84186a90a31e372c624c389758e5311ac Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Wed, 30 Jan 2008 03:16:04 +0000 Subject: [PATCH] s/vorbis/speex/ in speex docs git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- taglib/speex/speexproperties.cpp | 4 ++-- taglib/speex/speexproperties.h | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/taglib/speex/speexproperties.cpp b/taglib/speex/speexproperties.cpp index b637f373..cc1f40eb 100644 --- a/taglib/speex/speexproperties.cpp +++ b/taglib/speex/speexproperties.cpp @@ -141,7 +141,7 @@ void Speex::Properties::read() pos += 4; // frame_size; /**< Size of frames */ - //unsigned int frameSize = data.mid(pos, 4).toUInt(false); + // unsigned int frameSize = data.mid(pos, 4).toUInt(false); pos += 4; // vbr; /**< 1 for a VBR encoding, 0 otherwise */ @@ -149,7 +149,7 @@ void Speex::Properties::read() pos += 4; // frames_per_packet; /**< Number of frames stored per Ogg packet */ - //unsigned int framesPerPacket = data.mid(pos, 4).toUInt(false); + // unsigned int framesPerPacket = data.mid(pos, 4).toUInt(false); const Ogg::PageHeader *first = d->file->firstPageHeader(); const Ogg::PageHeader *last = d->file->lastPageHeader(); diff --git a/taglib/speex/speexproperties.h b/taglib/speex/speexproperties.h index b4fb614a..7c26afe7 100644 --- a/taglib/speex/speexproperties.h +++ b/taglib/speex/speexproperties.h @@ -49,13 +49,13 @@ namespace TagLib { { public: /*! - * Create an instance of Vorbis::Properties with the data read from the - * Vorbis::File \a file. + * Create an instance of Speex::Properties with the data read from the + * Speex::File \a file. */ Properties(File *file, ReadStyle style = Average); /*! - * Destroys this VorbisProperties instance. + * Destroys this Speex::Properties instance. */ virtual ~Properties(); @@ -67,7 +67,7 @@ namespace TagLib { virtual int channels() const; /*! - * Returns the Vorbis version, currently "0" (as specified by the spec). + * Returns the Speex version, currently "0" (as specified by the spec). */ int speexVersion() const;