#include <string.h>#include "libavutil/intreadwrite.h"#include "avformat.h"#include "internal.h"#include "oggdec.h"Go to the source code of this file.
Data Structures | |
| struct | oggcelt_private |
Functions | |
| static int | celt_header (AVFormatContext *s, int idx) |
Variables | |
| struct ogg_codec | ff_celt_codec |
| static int celt_header | ( | AVFormatContext * | s, | |
| int | idx | |||
| ) | [static] |
Definition at line 33 of file oggparsecelt.c.
| struct ogg_codec ff_celt_codec |
Initial value:
{
.magic = "CELT ",
.magicsize = 8,
.header = celt_header,
}
Definition at line 92 of file oggparsecelt.c.
Referenced by celt_header().
1.5.8