add ogg seekable stream and file encoder and decoder interfaces

This commit is contained in:
Josh Coalson
2003-09-26 01:56:01 +00:00
parent e9b38b4cd4
commit 3c2bdf8746
28 changed files with 9312 additions and 13 deletions

View File

@@ -38,6 +38,10 @@
#include "export.h"
#include "file_decoder.h"
#include "file_encoder.h"
#include "seekable_stream_decoder.h"
#include "seekable_stream_encoder.h"
#include "stream_decoder.h"
#include "stream_encoder.h"