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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mpg/renderer mpgvideo.cpp,1.1.2.3,1.1.2.3.8.1
From:       joeli () helixcommunity ! org
Date:       2010-12-30 3:38:27
Message-ID: 201012300338.oBU3cYDx023482 () mailer ! progressive-comp ! com
[Download RAW message or body]

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

Modified Files:
      Tag: hxclient_3_6_1_atlas
	mpgvideo.cpp 
Log Message:
Modified by: joeli@real.com
Date: 2010-12-28
Project: RealPlayer for Android Smartphones

Overview: 
Due to SetupBitmapDefaults set the zero to HXBitmapInfoHeader ¡ ¯s Width and Height. 
So it uses default size to display mpeg video.

Files Added:
NA

Files Modified:
Datatype/mpg/renderer/mpgvideo.cpp

Image Size and Heap Use impact (Client-Only):
None

Platforms and Profiles Affected:
Platform: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Profile: helix-client-android and helix-client-all-defines

Distribution Libraries Affected:
NA 

Distribution library impact and planned action:
NA 

Platforms and Profiles Build Verified:
Platform: hxclient_3_6_2_atlas  & hxclient_3_6_1_atlas
Profile:  helix-client-android and helix-client-all-defines

Platforms and Profiles Functionality verified:
Platform: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Profile: helix-client-android and helix-client-all-defines

Branch: hxclient_3_6_2_atlas & hxclient_3_6_1_atlas
Copyright assignment: I am a RealNetworks employee



Index: mpgvideo.cpp
===================================================================
RCS file: /cvsroot/datatype/mpg/renderer/mpgvideo.cpp,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.3.8.1
diff -u -d -r1.1.2.3 -r1.1.2.3.8.1
--- mpgvideo.cpp	2 Jan 2009 05:57:47 -0000	1.1.2.3
+++ mpgvideo.cpp	30 Dec 2010 03:38:24 -0000	1.1.2.3.8.1
@@ -259,9 +259,7 @@
 					     HXBitmapInfoHeader &bitmapInfoHeader)
 {
     // size calculation is taken from crvvideo
-    bitmapInfoHeader.biSize = sizeof (HXBitmapInfoHeader);
-    bitmapInfoHeader.biWidth = 0;
-    bitmapInfoHeader.biHeight = 0;
+    CVideoRenderer::SetupBitmapDefaults(pHeader, bitmapInfoHeader);
     bitmapInfoHeader.biPlanes = 1;
     bitmapInfoHeader.biBitCount = MPEG_BITS_PER_PEL;
     bitmapInfoHeader.biCompression = MAKEFOURCC('X','I','N','G');


_______________________________________________
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