FFmpeg
|
#include <stdlib.h>
#include "libavutil/avstring.h"
#include "libavutil/base64.h"
#include "libavutil/bswap.h"
#include "libavutil/dict.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/get_bits.h"
#include "libavcodec/vorbis_parser.h"
#include "avformat.h"
#include "flac_picture.h"
#include "internal.h"
#include "oggdec.h"
#include "vorbiscomment.h"
Go to the source code of this file.
Data Structures | |
struct | oggvorbis_private |
Functions | |
static int | ogm_chapter (AVFormatContext *as, uint8_t *key, uint8_t *val) |
int | ff_vorbis_comment (AVFormatContext *as, AVDictionary **m, const uint8_t *buf, int size) |
static int | fixup_vorbis_headers (AVFormatContext *as, struct oggvorbis_private *priv, uint8_t **buf) |
static void | vorbis_cleanup (AVFormatContext *s, int idx) |
static int | vorbis_header (AVFormatContext *s, int idx) |
static int | vorbis_packet (AVFormatContext *s, int idx) |
Variables | |
struct ogg_codec | ff_vorbis_codec |
|
static |
Definition at line 40 of file oggparsevorbis.c.
Referenced by ff_vorbis_comment().
int ff_vorbis_comment | ( | AVFormatContext * | as, |
AVDictionary ** | m, | ||
const uint8_t * | buf, | ||
int | size | ||
) |
Definition at line 73 of file oggparsevorbis.c.
Referenced by celt_header(), flac_header(), flac_read_header(), ogm_header(), opus_header(), speex_header(), theora_header(), and vorbis_header().
|
static |
Definition at line 200 of file oggparsevorbis.c.
Referenced by vorbis_header().
|
static |
Definition at line 229 of file oggparsevorbis.c.
|
static |
Definition at line 240 of file oggparsevorbis.c.
|
static |
Definition at line 343 of file oggparsevorbis.c.
struct ogg_codec ff_vorbis_codec |
Definition at line 419 of file oggparsevorbis.c.