FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
riff.c File Reference
#include "libavutil/error.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "riff.h"

Go to the source code of this file.

Functions

struct AVCodecTagavformat_get_riff_video_tags (void)
 
struct AVCodecTagavformat_get_riff_audio_tags (void)
 

Variables

const AVCodecTag ff_codec_bmp_tags []
 
const AVCodecTag ff_codec_wav_tags []
 
const AVMetadataConv ff_riff_info_conv []
 

Variable Documentation

const AVCodecTag ff_codec_bmp_tags[]
const AVCodecTag ff_codec_wav_tags[]
const AVMetadataConv ff_riff_info_conv[]
Initial value:
= {
{ "IART", "artist" },
{ "ICMT", "comment" },
{ "ICOP", "copyright" },
{ "ICRD", "date" },
{ "IGNR", "genre" },
{ "ILNG", "language" },
{ "INAM", "title" },
{ "IPRD", "album" },
{ "IPRT", "track" },
{ "ITRK", "track" },
{ "ISFT", "encoder" },
{ "ISMP", "timecode" },
{ "ITCH", "encoded_by" },
{ 0 },
}

Definition at line 429 of file riff.c.

Referenced by avi_read_header(), and ff_riff_write_info().