[MPlayer-cvslog] r29942 - trunk/m_option.c
reimar
subversion at mplayerhq.hu
Sat Nov 21 19:47:47 CET 2009
Author: reimar
Date: Sat Nov 21 19:47:47 2009
New Revision: 29942
Log:
Support 16-bit-per-component RGB formats (rgb48[bln]e) in option parser.
Modified:
trunk/m_option.c
Modified: trunk/m_option.c
==============================================================================
--- trunk/m_option.c Sat Nov 21 19:45:41 2009 (r29941)
+++ trunk/m_option.c Sat Nov 21 19:47:47 2009 (r29942)
@@ -1056,6 +1056,9 @@ static struct {
{"bgr4", IMGFMT_BGR4},
{"bg4b", IMGFMT_BG4B},
{"bgr1", IMGFMT_BGR1},
+ {"rgb48be", IMGFMT_RGB48BE},
+ {"rgb48le", IMGFMT_RGB48LE},
+ {"rgb48ne", IMGFMT_RGB48NE},
{"rgb24", IMGFMT_RGB24},
{"rgb32", IMGFMT_RGB32},
{"rgb16", IMGFMT_RGB16},
More information about the MPlayer-cvslog
mailing list