FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
matroska.c File Reference
#include "libavutil/stereo3d.h"
#include "matroska.h"

Go to the source code of this file.

Functions

int ff_mkv_stereo3d_conv (AVStream *st, MatroskaVideoStereoModeType stereo_mode)
 

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_STEREOMODE_TYPE_NB]
 
const char *const ff_matroska_video_stereo_plane [MATROSKA_VIDEO_STEREO_PLANE_COUNT]
 

Function Documentation

int ff_mkv_stereo3d_conv ( AVStream st,
MatroskaVideoStereoModeType  stereo_mode 
)

Definition at line 146 of file matroska.c.

Referenced by matroska_parse_tracks(), and mkv_write_stereo_mode().

Variable Documentation

const CodecTags ff_mkv_codec_tags[]

Definition at line 29 of file matroska.c.

Referenced by matroska_parse_tracks(), mkv_query_codec(), and mkv_write_track().

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},
{"binary" , AV_CODEC_ID_BIN_DATA},
}

Definition at line 102 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 116 of file matroska.c.

Referenced by matroska_convert_tag(), and mkv_write_tags().

const char* const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB]
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 122 of file matroska.c.

Referenced by matroska_parse_tracks(), and mkv_write_stereo_mode().

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

Definition at line 140 of file matroska.c.

Referenced by matroska_parse_tracks().