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) |
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 56 of file metadata_compat.c.
Referenced by av_open_input_stream().
| void ff_metadata_mux_compat | ( | AVFormatContext * | s | ) |
Definition at line 117 of file metadata_compat.c.
Referenced by av_write_header().
1.7.1