Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-02-15 13:43:57 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:18:33 +0300
commite6c85e9e1c75507a5b3e686cca8db45f8fd5511b (patch)
tree37e5147c833c4d70a0461f3ceb585f8aeb28b578
parent573ef3f16bd2f5cb8bd511bb3675b30ce7b009f3 (diff)
matroska: change values of the stereo mode tags to be more consistent
-rw-r--r--libavformat/matroska.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 94ccbecedb..d65557ba50 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -130,9 +130,9 @@ const AVMetadataConv ff_mkv_metadata_conv[] = {
const char * const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_NB] = {
"mono",
- "left_right",
- "bottom_top",
- "top_bottom",
+ "sbs_lr",
+ "tb_rl",
+ "tb_lr",
"checkerboard_rl",
"checkerboard_lr",
"row_interleaved_rl",
@@ -140,10 +140,10 @@ const char * const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREOMODE_TYPE_
"col_interleaved_rl",
"col_interleaved_lr",
"anaglyph_cyan_red",
- "right_left",
+ "sbs_rl",
"anaglyph_green_magenta",
- "block_lr",
- "block_rl",
+ "mvc_lr",
+ "mvc_rl",
};
const char * const ff_matroska_video_stereo_plane[MATROSKA_VIDEO_STEREO_PLANE_COUNT] = {