libavformat/matroska.c File Reference

#include "matroska.h"

Go to the source code of this file.

Variables

const CodecTags ff_mkv_codec_tags []
const CodecMime ff_mkv_mime_tags []
const AVMetadataConv ff_mkv_metadata_conv []


Variable Documentation

Definition at line 24 of file matroska.c.

Referenced by matroska_read_header(), and mkv_write_tracks().

Initial value:

 {
    { "ARTIST"        , "artist" },
    { "LEAD_PERFORMER", "artist" },
    { "PART_NUMBER"   , "track"  },
    { 0 }
}

Definition at line 92 of file matroska.c.

Initial value:

 {
    {"text/plain"                 , CODEC_ID_TEXT},
    {"image/gif"                  , CODEC_ID_GIF},
    {"image/jpeg"                 , CODEC_ID_MJPEG},
    {"image/png"                  , CODEC_ID_PNG},
    {"image/tiff"                 , CODEC_ID_TIFF},
    {"application/x-truetype-font", CODEC_ID_TTF},
    {"application/x-font"         , CODEC_ID_TTF},

    {""                           , CODEC_ID_NONE}
}

Definition at line 80 of file matroska.c.

Referenced by matroska_read_header().


Generated on Fri Oct 26 02:35:45 2012 for FFmpeg by  doxygen 1.5.8