FFmpeg
|
#include <stdlib.h>
#include "libavcodec/get_bits.h"
#include "libavcodec/flac.h"
#include "avformat.h"
#include "internal.h"
#include "oggdec.h"
Go to the source code of this file.
Macros | |
#define | OGG_FLAC_METADATA_TYPE_STREAMINFO 0x7F |
Functions | |
static int | flac_header (AVFormatContext *s, int idx) |
static int | old_flac_header (AVFormatContext *s, int idx) |
Variables | |
struct ogg_codec | ff_flac_codec |
struct ogg_codec | ff_old_flac_codec |
#define OGG_FLAC_METADATA_TYPE_STREAMINFO 0x7F |
Definition at line 28 of file oggparseflac.c.
Referenced by flac_header().
|
static |
Definition at line 31 of file oggparseflac.c.
|
static |
Definition at line 79 of file oggparseflac.c.
struct ogg_codec ff_flac_codec |
Definition at line 88 of file oggparseflac.c.
struct ogg_codec ff_old_flac_codec |
Definition at line 95 of file oggparseflac.c.