diff options
author | Diego Biurrun | 2007-11-07 20:22:32 +0000 |
---|---|---|
committer | Diego Biurrun | 2007-11-07 20:22:32 +0000 |
commit | a0ddef24ced504abeaccb4d23e051831a0998298 (patch) | |
tree | 8d9817e08a97a465ae80a050cb4233f8552cffe1 /libavformat/oggparseogm.c | |
parent | e282e5edb4bfea47c5b710322fd9bfe6f1ee9220 (diff) |
Rename ogg2.[ch] to oggdec.[ch].
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparseogm.c')
-rw-r--r-- | libavformat/oggparseogm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparseogm.c b/libavformat/oggparseogm.c index aee47aba87..edafd65289 100644 --- a/libavformat/oggparseogm.c +++ b/libavformat/oggparseogm.c @@ -27,7 +27,7 @@ #include "bitstream.h" #include "bytestream.h" #include "intreadwrite.h" -#include "ogg2.h" +#include "oggdec.h" #include "riff.h" static int |