decoder/opus: move code to new class OggDecoder

Prepare to reuse the same code for a new Vorbis decoder plugin based
on libvorbis instead of libvorbisfile.
This commit is contained in:
Max Kellermann
2016-05-09 16:46:08 +02:00
parent e958900380
commit bbbda7f812
4 changed files with 160 additions and 81 deletions

View File

@@ -1030,6 +1030,7 @@ endif
if HAVE_XIPH
libdecoder_a_SOURCES += \
src/decoder/plugins/OggDecoder.cxx src/decoder/plugins/OggDecoder.hxx \
src/decoder/plugins/OggCodec.cxx src/decoder/plugins/OggCodec.hxx
endif