diff options
Diffstat (limited to 'modules/ogg/config.py')
-rw-r--r-- | modules/ogg/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ogg/config.py b/modules/ogg/config.py index 5a417ba8dd..f7ec4de6be 100644 --- a/modules/ogg/config.py +++ b/modules/ogg/config.py @@ -8,8 +8,8 @@ def configure(env): def get_doc_classes(): return [ - "OGGPacketSequence", - "OGGPacketSequencePlayback", + "OggPacketSequence", + "OggPacketSequencePlayback", ] |