1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

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",