FFmpeg
|
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 CodecTags | ff_webm_codec_tags [] |
const CodecMime | ff_mkv_image_mime_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] |
int ff_mkv_stereo3d_conv | ( | AVStream * | st, |
MatroskaVideoStereoModeType | stereo_mode | ||
) |
Definition at line 171 of file matroska.c.
Referenced by matroska_parse_tracks(), and mkv_write_stereo_mode().
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 CodecTags ff_webm_codec_tags[] |
Definition at line 106 of file matroska.c.
Referenced by mkv_write_track(), and webm_query_codec().
const CodecMime ff_mkv_image_mime_tags[] |
Definition at line 122 of file matroska.c.
Referenced by matroska_read_header(), and mkv_write_attachments().
const CodecMime ff_mkv_mime_tags[] |
Definition at line 131 of file matroska.c.
Referenced by matroska_read_header(), and mkv_write_attachments().
const AVMetadataConv ff_mkv_metadata_conv[] |
Definition at line 141 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] |
Definition at line 147 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] |
Definition at line 165 of file matroska.c.
Referenced by matroska_parse_tracks().