metadata.h File Reference

internal metadata API header see avformat.h or the public API! More...

#include "avformat.h"
#include "libavutil/dict.h"
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

Function Documentation

void ff_metadata_conv_ctx ( AVFormatContext ctx,
const AVMetadataConv d_conv,
const AVMetadataConv s_conv 
)