#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.
§ OGG_FLAC_METADATA_TYPE_STREAMINFO
#define OGG_FLAC_METADATA_TYPE_STREAMINFO 0x7F |
§ flac_header()
§ old_flac_header()
§ ff_flac_codec
Initial value:= {
.magic = "\177FLAC",
.magicsize = 5,
.nb_header = 2,
}
static int flac_header(AVFormatContext *s, int idx)
Definition at line 88 of file oggparseflac.c.
§ ff_old_flac_codec
Initial value:= {
.magic = "fLaC",
.magicsize = 4,
.nb_header = 0,
}
static int old_flac_header(AVFormatContext *s, int idx)
Definition at line 95 of file oggparseflac.c.