FFmpeg
|
#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 | |
const struct ogg_codec | ff_celt_codec |
|
static |
Definition at line 33 of file oggparsecelt.c.
const struct ogg_codec ff_celt_codec |
Definition at line 92 of file oggparsecelt.c.
Referenced by celt_header().