#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) |
Definition in file metadata.h.
| 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 | |||
| ) |
1.5.8