FFmpeg
|
metadata.h File Reference
internal metadata API header see avformat.h or the public API! More...
Include dependency graph for metadata.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | AVMetadataConv |
Typedefs | |
typedef struct AVMetadataConv | 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) |
Detailed Description
internal metadata API header see avformat.h or the public API!
Definition in file metadata.h.
Typedef Documentation
typedef struct AVMetadataConv AVMetadataConv |
Function Documentation
void ff_metadata_conv | ( | AVDictionary ** | pm, |
const AVMetadataConv * | d_conv, | ||
const AVMetadataConv * | s_conv | ||
) |
Definition at line 26 of file libavformat/metadata.c.
Referenced by asf_read_header(), asf_write_header1(), ff_id3v2_read(), ff_id3v2_write_metadata(), ff_metadata_conv_ctx(), ff_vorbis_comment(), flac_write_block_comment(), matroska_convert_tag(), ogg_write_vorbiscomment(), parse_legacy_attrib(), 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 libavformat/metadata.c.
Referenced by avi_read_header(), mkv_write_tags(), nut_read_header(), vqf_read_header(), and write_headers().
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11