matroska: fix missing ,

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Andrea3000 2013-02-21 22:24:26 +01:00 committed by Michael Niedermayer
parent 8a6449167a
commit 8d8c59480e
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,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",