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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] h263/renderer h263vidfmt.cpp, 1.16.2.7.4.12,
From:       xzhao () helixcommunity ! org
Date:       2010-12-31 6:11:21
Message-ID: 201012310611.oBV6BxpN004006 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_2_atlas
	h263vidfmt.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: h263vidfmt.cpp
===================================================================
RCS file: /cvsroot/datatype/h263/renderer/h263vidfmt.cpp,v
retrieving revision 1.16.2.7.4.12
retrieving revision 1.16.2.7.4.13
diff -u -d -r1.16.2.7.4.12 -r1.16.2.7.4.13
--- h263vidfmt.cpp	29 Nov 2010 06:04:11 -0000	1.16.2.7.4.12
+++ h263vidfmt.cpp	31 Dec 2010 06:11:18 -0000	1.16.2.7.4.13
@@ -615,6 +615,7 @@
 		{
 		    if(m_DecoderDims.cx > MAX_SUPPORTED_WIDTH ||m_DecoderDims.cy > \
MAX_SUPPORTED_HEIGHT)  {
+                        CheckResolutionLimit(m_DecoderDims.cx, MAX_SUPPORTED_WIDTH, \
m_DecoderDims.cy, MAX_SUPPORTED_HEIGHT);  m_LastError = HXR_UNSUPPORTED_VIDEO;
 		        if (pFrameToDecode != NULL)
 		        {


_______________________________________________
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