comparison oggparsevorbis.c @ 2714:b22ba392ac21 libavformat

Rename ogg2.[ch] to oggdec.[ch].
author diego
date Wed, 07 Nov 2007 20:22:32 +0000
parents b86ce6737811
children 8575ec7c128a
comparison
equal deleted inserted replaced
2713:d9c256445c14 2714:b22ba392ac21
25 #include <stdlib.h> 25 #include <stdlib.h>
26 #include "avformat.h" 26 #include "avformat.h"
27 #include "bitstream.h" 27 #include "bitstream.h"
28 #include "bytestream.h" 28 #include "bytestream.h"
29 #include "bswap.h" 29 #include "bswap.h"
30 #include "ogg2.h" 30 #include "oggdec.h"
31 #include "avstring.h" 31 #include "avstring.h"
32 32
33 extern int 33 extern int
34 vorbis_comment(AVFormatContext * as, uint8_t *buf, int size) 34 vorbis_comment(AVFormatContext * as, uint8_t *buf, int size)
35 { 35 {