FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
lrc.c File Reference
#include "metadata.h"
#include "lrc.h"

Go to the source code of this file.

Variables

const AVMetadataConv ff_lrc_metadata_conv []
 

Variable Documentation

const AVMetadataConv ff_lrc_metadata_conv[]
Initial value:
= {
{"ti", "title"},
{"al", "album"},
{"ar", "artist"},
{"au", "author"},
{"by", "creator"},
{"re", "encoder"},
{"ve", "encoder_version"},
{0, 0}
}

Definition at line 25 of file lrc.c.

Referenced by lrc_probe(), lrc_read_header(), and lrc_write_header().