riff.c File Reference
#include "libavutil/mathematics.h"
#include "libavcodec/avcodec.h"
#include "avformat.h"
#include "avio_internal.h"
#include "riff.h"
#include "libavcodec/bytestream.h"

Go to the source code of this file.

Variables

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

Variable Documentation

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" },
{ "ISFT", "encoder" },
{ "ITCH", "encoded_by"},
{ 0 },
}

Definition at line 349 of file riff.c.

Referenced by avi_read_header().