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