summaryrefslogtreecommitdiff
path: root/libavformat/oggparsetheora.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-11-07 20:22:32 +0000
committerDiego Biurrun <diego@biurrun.de>2007-11-07 20:22:32 +0000
commita0ddef24ced504abeaccb4d23e051831a0998298 (patch)
tree8d9817e08a97a465ae80a050cb4233f8552cffe1 /libavformat/oggparsetheora.c
parente282e5edb4bfea47c5b710322fd9bfe6f1ee9220 (diff)
Rename ogg2.[ch] to oggdec.[ch].
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparsetheora.c')
-rw-r--r--libavformat/oggparsetheora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparsetheora.c b/libavformat/oggparsetheora.c
index 8fb57ebd5a..617d1ded51 100644
--- a/libavformat/oggparsetheora.c
+++ b/libavformat/oggparsetheora.c
@@ -26,7 +26,7 @@
#include "avformat.h"
#include "bitstream.h"
#include "bswap.h"
-#include "ogg2.h"
+#include "oggdec.h"
typedef struct theora_params {
int gpshift;