FFmpeg
|
#include "libavcodec/flac.h"
#include "avformat.h"
#include "id3v2.h"
#include "internal.h"
#include "rawdec.h"
#include "oggdec.h"
#include "vorbiscomment.h"
#include "libavcodec/bytestream.h"
Go to the source code of this file.
Macros | |
#define | RETURN_ERROR(code) do { ret = (code); goto fail; } while (0) |
Functions | |
static int | parse_picture (AVFormatContext *s, uint8_t *buf, int buf_size) |
static int | flac_read_header (AVFormatContext *s) |
static int | flac_probe (AVProbeData *p) |
Variables | |
AVInputFormat | ff_flac_demuxer |
#define RETURN_ERROR | ( | code | ) | do { ret = (code); goto fail; } while (0) |
Definition at line 31 of file flacdec.c.
Referenced by flac_read_header(), and parse_picture().
|
static |
Definition at line 33 of file flacdec.c.
Referenced by flac_read_header().
|
static |
|
static |
AVInputFormat ff_flac_demuxer |