diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-11-07 20:22:32 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-11-07 20:22:32 +0000 |
commit | a0ddef24ced504abeaccb4d23e051831a0998298 (patch) | |
tree | 8d9817e08a97a465ae80a050cb4233f8552cffe1 /libavformat/oggparseflac.c | |
parent | e282e5edb4bfea47c5b710322fd9bfe6f1ee9220 (diff) | |
download | ffmpeg-a0ddef24ced504abeaccb4d23e051831a0998298.tar.gz |
Rename ogg2.[ch] to oggdec.[ch].
Originally committed as revision 10943 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/oggparseflac.c')
-rw-r--r-- | libavformat/oggparseflac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/oggparseflac.c b/libavformat/oggparseflac.c index d8eff05b0f..611a8c5a1b 100644 --- a/libavformat/oggparseflac.c +++ b/libavformat/oggparseflac.c @@ -21,7 +21,7 @@ #include <stdlib.h> #include "avformat.h" #include "bitstream.h" -#include "ogg2.h" +#include "oggdec.h" #define FLAC_STREAMINFO_SIZE 0x22 |