internal metadata API header see avformat.h or the public API! More...
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | AVMetadata |
struct | AVMetadataConv |
Functions | |
void | ff_metadata_demux_compat (AVFormatContext *s) |
void | ff_metadata_mux_compat (AVFormatContext *s) |
void | metadata_conv (AVMetadata **pm, 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_demux_compat | ( | AVFormatContext * | s | ) |
Definition at line 59 of file metadata_compat.c.
Referenced by av_open_input_stream().
void ff_metadata_mux_compat | ( | AVFormatContext * | s | ) |
Definition at line 120 of file metadata_compat.c.
Referenced by av_write_header().
void metadata_conv | ( | AVMetadata ** | pm, | |
const AVMetadataConv * | d_conv, | |||
const AVMetadataConv * | s_conv | |||
) |
Definition at line 110 of file metadata.c.
Referenced by av_metadata_conv(), and av_write_header().