FFmpeg
|
internal metadata API header see avformat.h or the public API! More...
Go to the source code of this file.
Data Structures | |
struct | AVMetadataConv |
Functions | |
void | ff_metadata_conv (AVDictionary **pm, const AVMetadataConv *d_conv, const AVMetadataConv *s_conv) |
void | ff_metadata_conv_ctx (AVFormatContext *ctx, const AVMetadataConv *d_conv, const AVMetadataConv *s_conv) |
internal metadata API header see avformat.h or the public API!
Definition in file metadata.h.
void ff_metadata_conv | ( | AVDictionary ** | pm, |
const AVMetadataConv * | d_conv, | ||
const AVMetadataConv * | s_conv | ||
) |
Definition at line 26 of file metadata.c.
Referenced by asf_read_header(), asf_write_header1(), ff_metadata_conv_ctx(), ff_riff_write_info(), ff_vorbis_comment(), flac_write_block_comment(), id3v2_read_internal(), matroska_convert_tag(), ogg_write_vorbiscomment(), parse_legacy_attrib(), read_chapter(), write_metadata(), and write_table_entries_attrib().
void ff_metadata_conv_ctx | ( | AVFormatContext * | ctx, |
const AVMetadataConv * | d_conv, | ||
const AVMetadataConv * | s_conv | ||
) |
Definition at line 59 of file metadata.c.
Referenced by avi_read_header(), lrc_read_header(), lrc_write_header(), mkv_write_tags(), nut_read_header(), vqf_read_header(), and write_headers().