[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] wm/video/renderer wmvformat.cpp, 1.5.12.9.4.2,
From:       kliu () helixcommunity ! org
Date:       2011-03-31 8:48:41
Message-ID: 201103310848.p2V8mbt4009434 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/wm/video/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv8589

Modified Files:
      Tag: hxclient_3_6_5_atlas
	wmvformat.cpp 
Log Message:
ported fix from 362 to 365


Index: wmvformat.cpp
===================================================================
RCS file: /cvsroot/datatype/wm/video/renderer/wmvformat.cpp,v
retrieving revision 1.5.12.9.4.2
retrieving revision 1.5.12.9.4.3
diff -u -d -r1.5.12.9.4.2 -r1.5.12.9.4.3
--- wmvformat.cpp	28 Mar 2011 12:46:11 -0000	1.5.12.9.4.2
+++ wmvformat.cpp	31 Mar 2011 08:48:38 -0000	1.5.12.9.4.3
@@ -1155,14 +1155,12 @@
             // Get the media size
             HX_FORMAT_IMAGE* pFormatImage = (HX_FORMAT_IMAGE*) pMOF;
 #ifdef HELIX_PRODUCT_LENOVO_LEPHONE_TD
-	if(!m_bDecoderMemMgt)
-	{
-	       // Limited resolution 1280 * 720 only when we are using software decoders.
-		if(pFormatImage->uiWidth > MAX_SUPPORTED_WIDTH || pFormatImage->uiHeight > \
                MAX_SUPPORTED_HEIGHT)
-		{
-			return HXR_UNSUPPORTED_VIDEO;
-		}
-	}
+            // Limited resolution 1280 * 720 only when we are using software \
decoders. +	    if(pFormatImage->uiWidth > MAX_SUPPORTED_WIDTH || \
pFormatImage->uiHeight > MAX_SUPPORTED_HEIGHT) +            {
+        	CheckResolutionLimit(pFormatImage->uiWidth, MAX_SUPPORTED_WIDTH, \
pFormatImage->uiHeight, MAX_SUPPORTED_HEIGHT); +           	return \
HXR_UNSUPPORTED_VIDEO; +            }
 #endif
 	        switch (pFormatImage->submoftag)
 	        {


_______________________________________________
Datatype-cvs mailing list
Datatype-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/datatype-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic