[FFmpeg-cvslog] matroska: fix missing ,
Andrea3000
git at videolan.org
Thu Feb 21 22:29:39 CET 2013
ffmpeg | branch: master | Andrea3000 <andrea3000 at email.it> | Thu Feb 21 22:24:26 2013 +0100| [8d8c59480e1bbffb290b0790a7af378447c7f1fd] | committer: Michael Niedermayer
matroska: fix missing ,
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d8c59480e1bbffb290b0790a7af378447c7f1fd
---
libavformat/matroska.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 519f881..09eecf2 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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",
More information about the ffmpeg-cvslog
mailing list