aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea3000 <andrea3000@email.it>2013-02-21 22:24:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-22 22:53:11 +0100
commitef688e742557863152e76c7a1f5735fa6e4b0332 (patch)
tree9fe1ea8a723ff9f1826efc1682743ddb9208c77e
parent02d1efdd5b61cefb96562ff9b94c03486a8ead15 (diff)
downloadffmpeg-ef688e742557863152e76c7a1f5735fa6e4b0332.tar.gz
matroska: fix missing ,
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8d8c59480e1bbffb290b0790a7af378447c7f1fd) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/matroska.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 9ea904ac8c..1e92073921 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -114,7 +114,7 @@ const char * const ff_matroska_video_stereo_mode[MATROSKA_VIDEO_STEREO_MODE_COUN
"bottom_top",
"top_bottom",
"checkerboard_rl",
- "checkerboard_lr"
+ "checkerboard_lr",
"row_interleaved_rl",
"row_interleaved_lr",
"col_interleaved_rl",