diff libmpcodecs/img_format.c @ 29444:298ee5238e8c

Add IMGFMT_RGB48LE and IMGFMT_RGB48BE.
author cehoyos
date Tue, 11 Aug 2009 17:51:11 +0000
parents 79b0bd20433e
children f6d56a15f1d8
line wrap: on
line diff
--- a/libmpcodecs/img_format.c	Mon Aug 10 10:53:32 2009 +0000
+++ b/libmpcodecs/img_format.c	Tue Aug 11 17:51:11 2009 +0000
@@ -15,6 +15,8 @@
 	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";