FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
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 ff_matroska_video_stereo_mode [MATROSKA_VIDEO_STEREO_MODE_COUNT]
 
const char *const ff_matroska_video_stereo_plane [MATROSKA_VIDEO_STEREO_PLANE_COUNT]
 

Variable Documentation

const CodecTags ff_mkv_codec_tags[]

Definition at line 27 of file matroska.c.

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

const CodecMime ff_mkv_mime_tags[]
Initial value:
= {
{"text/plain" , AV_CODEC_ID_TEXT},
{"image/gif" , AV_CODEC_ID_GIF},
{"image/jpeg" , AV_CODEC_ID_MJPEG},
{"image/png" , AV_CODEC_ID_PNG},
{"image/tiff" , AV_CODEC_ID_TIFF},
{"application/x-truetype-font", AV_CODEC_ID_TTF},
{"application/x-font" , AV_CODEC_ID_TTF},
{"application/vnd.ms-opentype", AV_CODEC_ID_OTF},
}

Definition at line 95 of file matroska.c.

Referenced by matroska_read_header(), and mkv_write_attachments().

const AVMetadataConv ff_mkv_metadata_conv[]
Initial value:
= {
{ "LEAD_PERFORMER", "performer" },
{ "PART_NUMBER" , "track" },
{ 0 }
}

Definition at line 108 of file matroska.c.

Referenced by matroska_convert_tag(), and mkv_write_tags().

const char* const ff_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 114 of file matroska.c.

Referenced by matroska_read_header(), and mkv_write_tracks().

const char* const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT]
Initial value:
= {
"left",
"right",
"background",
}

Definition at line 132 of file matroska.c.

Referenced by matroska_read_header().