[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.6.4.8,
From:       xzhao () helixcommunity ! org
Date:       2010-12-31 6:11:23
Message-ID: 201012310611.oBV6BdlZ003983 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_2_atlas
	wmvformat.cpp 
Log Message:
> > Synopsis: Customer want more detailed error notification, such which codec can \
> > not be supported, not just NO renderer. 
> > Overview: So add some Android specific error type, and use IHXErrorMessages in 5 \
> > video format (wmv, rv, mp4, mpg, h263) to notify newly added error type \
> > HXR_ANDR_TOO_HIGH_RESOLUTION as user code. Let user code take priority in Android \
> > error sink for reporting to Android framework. 
> > Files Modified:
> > player/kit/android/errorsink.cpp
> > common/include/hxresult.h
> > rm/video/renderer/rvxvdfmt.cpp
> > h263/renderer/h263vidfmt.cpp
> > mp4/video/renderer/mp4vdfmt.cpp
> > mpg/renderer/mpgvidfmt.cpp
> > wm/video/renderer/wmvformat.cpp
> > datatype/common/vidrend/vidrendf.cpp
> > datatype/common/vidrend/pub/vidrendf.h


Index: wmvformat.cpp
===================================================================
RCS file: /cvsroot/datatype/wm/video/renderer/wmvformat.cpp,v
retrieving revision 1.5.12.6.4.8
retrieving revision 1.5.12.6.4.9
diff -u -d -r1.5.12.6.4.8 -r1.5.12.6.4.9
--- wmvformat.cpp	27 Dec 2010 08:37:54 -0000	1.5.12.6.4.8
+++ wmvformat.cpp	31 Dec 2010 06:11:20 -0000	1.5.12.6.4.9
@@ -1160,7 +1160,8 @@
 	       // 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;
+                    CheckResolutionLimit(pFormatImage->uiWidth, MAX_SUPPORTED_WIDTH, \
pFormatImage->uiHeight, MAX_SUPPORTED_HEIGHT); +                    return \
HXR_UNSUPPORTED_VIDEO;  }
 	}
 #endif


_______________________________________________
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