[Datatype-cvs] omx/video/decoder rv89helper.cpp,1.1.4.15,1.1.4.16

[Datatype-cvs] omx/video/decoder rv89helper.cpp,1.1.4.15,1.1.4.16

qluo at helixcommunity.org qluo at helixcommunity.org
Thu Apr 8 03:56:39 PST 2010


Update of /cvsroot/datatype/omx/video/decoder
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv10886

Modified Files:
      Tag: hxclient_3_1_0_atlas
	rv89helper.cpp 
Log Message:
fix typo.


Index: rv89helper.cpp
===================================================================
RCS file: /cvsroot/datatype/omx/video/decoder/rv89helper.cpp,v
retrieving revision 1.1.4.15
retrieving revision 1.1.4.16
diff -u -d -r1.1.4.15 -r1.1.4.16
--- rv89helper.cpp	8 Apr 2010 11:52:31 -0000	1.1.4.15
+++ rv89helper.cpp	8 Apr 2010 11:56:37 -0000	1.1.4.16
@@ -197,7 +197,7 @@
 
         if (pPortOutputParam->format.video.eColorFormat == OMX_COLOR_FormatCbYCrY)
         {
-            pPortOutputParam->nBufferSize = (pPortInputParam->nBufferSize) << 2;
+            pPortOutputParam->nBufferSize = (pPortOutputParam->nBufferSize) << 2;
         }
         else if (pPortOutputParam->format.video.eColorFormat == OMX_COLOR_FormatYUV420Planar)
         {




More information about the Datatype-cvs mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.