From b92666b582b08a3a413fee24c73b25cfa41985e9 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Tue, 11 Aug 2009 17:51:11 +0000 Subject: Add IMGFMT_RGB48LE and IMGFMT_RGB48BE. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29486 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/img_format.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libmpcodecs/img_format.c') diff --git a/libmpcodecs/img_format.c b/libmpcodecs/img_format.c index 789e473f84..4704cf2f6a 100644 --- a/libmpcodecs/img_format.c +++ b/libmpcodecs/img_format.c @@ -15,6 +15,8 @@ const char *vo_format_name(int format) case IMGFMT_RGB16: return "RGB 16-bit"; case IMGFMT_RGB24: return "RGB 24-bit"; // case IMGFMT_RGB32: return "RGB 32-bit"; + case IMGFMT_RGB48LE: return "RGB 48-bit LE"; + case IMGFMT_RGB48BE: return "RGB 48-bit BE"; case IMGFMT_BGR1: return "BGR 1-bit"; case IMGFMT_BGR4: return "BGR 4-bit"; case IMGFMT_BG4B: return "BGR 4-bit per byte"; -- cgit v1.2.3