src/multimedia/video/qvideoframe.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/src/multimedia/video/qvideoframe.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/src/multimedia/video/qvideoframe.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -665,6 +665,7 @@
     case QImage::Format_RGB16:
         return Format_RGB565;
     case QImage::Format_ARGB8565_Premultiplied:
+        return Format_ARGB8565_Premultiplied;
     case QImage::Format_RGB666:
     case QImage::Format_ARGB6666_Premultiplied:
         return Format_Invalid;