#include <stdlib.h>
#include "libavcodec/avcodec.h"
#include "libavcodec/bytestream.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 |
◆ OGG_FLAC_MAGIC
| #define OGG_FLAC_MAGIC "\177FLAC" |
◆ OGG_FLAC_MAGIC_SIZE
◆ flac_header()
◆ flac_packet()
◆ old_flac_header()
◆ ff_flac_codec
Initial value:= {
.nb_header = 2,
}
#define OGG_FLAC_MAGIC_SIZE
static int flac_header(AVFormatContext *s, int idx)
static int flac_packet(AVFormatContext *s, int idx)
Definition at line 159 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 167 of file oggparseflac.c.