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 []
const char *const matroska_video_stereo_mode [MATROSKA_VIDEO_STEREO_MODE_COUNT]
const char *const matroska_video_stereo_plane [MATROSKA_VIDEO_STEREO_PLANE_COUNT]


Variable Documentation

Definition at line 24 of file matroska.c.

Referenced by matroska_read_header(), mkv_query_codec(), and mkv_write_tracks().

Initial value:

 {
    { "LEAD_PERFORMER", "performer" },
    { "PART_NUMBER"   , "track"  },
    { 0 }
}

Definition at line 97 of file matroska.c.

Referenced by matroska_convert_tag(), and mkv_write_tags().

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 85 of file matroska.c.

Referenced by matroska_read_header(), and mkv_write_attachments().

const char* const matroska_video_stereo_mode[MATROSKA_VIDEO_STEREO_MODE_COUNT]

Initial value:

 {
    "mono",
    "left_right",
    "bottom_top",
    "top_bottom",
    "checkerboard_rl",
    "checkerboard_lr"
    "row_interleaved_rl",
    "row_interleaved_lr",
    "col_interleaved_rl",
    "col_interleaved_lr",
    "anaglyph_cyan_red",
    "right_left",
    "anaglyph_green_magenta",
    "block_lr",
    "block_rl",
}

Definition at line 103 of file matroska.c.

Referenced by matroska_read_header(), and mkv_write_tracks().

const char* const matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT]

Initial value:

 {
    "left",
    "right",
    "background",
}

Definition at line 121 of file matroska.c.

Referenced by matroska_read_header().


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