Mercurial > libavformat.hg
comparison oggparseflac.c @ 2714:b22ba392ac21 libavformat
Rename ogg2.[ch] to oggdec.[ch].
| author | diego |
|---|---|
| date | Wed, 07 Nov 2007 20:22:32 +0000 |
| parents | 214978878a19 |
| children | 6f61c3b36632 |
comparison
equal
deleted
inserted
replaced
| 2713:d9c256445c14 | 2714:b22ba392ac21 |
|---|---|
| 19 */ | 19 */ |
| 20 | 20 |
| 21 #include <stdlib.h> | 21 #include <stdlib.h> |
| 22 #include "avformat.h" | 22 #include "avformat.h" |
| 23 #include "bitstream.h" | 23 #include "bitstream.h" |
| 24 #include "ogg2.h" | 24 #include "oggdec.h" |
| 25 | 25 |
| 26 #define FLAC_STREAMINFO_SIZE 0x22 | 26 #define FLAC_STREAMINFO_SIZE 0x22 |
| 27 | 27 |
| 28 static int | 28 static int |
| 29 flac_header (AVFormatContext * s, int idx) | 29 flac_header (AVFormatContext * s, int idx) |
