FFmpeg
|
Go to the source code of this file.
Functions | |
static int | asf_read_picture (AVFormatContext *s, int len) |
static int | get_id3_tag (AVFormatContext *s, int len) |
int | ff_asf_handle_byte_array (AVFormatContext *s, const char *name, int val_len) |
Handles both attached pictures as well as id3 tags. More... | |
Variables | |
const AVMetadataConv | ff_asf_metadata_conv [] |
|
static |
Definition at line 50 of file asf.c.
Referenced by ff_asf_handle_byte_array().
|
static |
Definition at line 128 of file asf.c.
Referenced by ff_asf_handle_byte_array().
int ff_asf_handle_byte_array | ( | AVFormatContext * | s, |
const char * | name, | ||
int | val_len | ||
) |
Handles both attached pictures as well as id3 tags.
Definition at line 141 of file asf.c.
Referenced by get_tag(), and process_metadata().
const AVMetadataConv ff_asf_metadata_conv[] |
Definition at line 27 of file asf.c.
Referenced by asf_read_header(), asf_write_header1(), parse_legacy_attrib(), and write_table_entries_attrib().