#include "avi.h"Go to the source code of this file.
Variables | |
| const AVMetadataConv | ff_avi_metadata_conv [] |
| const char | ff_avi_tags [][5] |
| A list of AVI info tags. | |
| const AVMetadataConv ff_avi_metadata_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"},
{ "strn", "title" },
{ 0 },
}
Definition at line 24 of file avi.c.
Referenced by avi_read_header().
| const char ff_avi_tags[][5] |
1.5.8