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 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 152 of file matroska.c.
Referenced by mkv_write_stereo_mode().
const CodecTags ff_mkv_codec_tags[] |
Definition at line 29 of file matroska.c.
Referenced by mkv_write_track().
const CodecTags ff_webm_codec_tags[] |
Definition at line 106 of file matroska.c.
Referenced by mkv_write_track().
const AVMetadataConv ff_mkv_metadata_conv[] |
Definition at line 122 of file matroska.c.
Referenced by mkv_write_tags().
const char* const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB] |
Definition at line 128 of file matroska.c.
Referenced by mkv_write_stereo_mode().
const char* const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT] |
Definition at line 146 of file matroska.c.