metadata.h File Reference

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

#include "avformat.h"
#include "libavutil/dict.h"

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

Definition at line 39 of file metadata.h.

Function Documentation

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