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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mdf/video/format/wmv mdfwmvpayloadformat.cpp, 1.8,
From:       gajia () helixcommunity ! org
Date:       2008-01-30 17:17:56
Message-ID: 200801301718.m0UHI79s030266 () dommarcmx ! xen ! 10east ! com
[Download RAW message or body]

Update of /cvsroot/datatype/mdf/video/format/wmv
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv19734

Modified Files:
	mdfwmvpayloadformat.cpp 
Log Message:
PPD 52.50: Helix does not support (176x144) codec rule table selection for WMV.

"Nokia submits this code under the terms of a commercial contribution agreement with \
RealNetworks, and I am authorized to contribute this code under said agreement."

Modified by:  Gang.Jia@nokia.com

Reviewed by: 

Date: 1/29/2007

Project: SymbianMmf_rel

ErrorId:  HMHA-7B7CS9

Synopsis: CR: PPD 52.50: Helix does not support (176x144) codec rule table selection \
for WMV.

When we do codec configuration in the mdfvideoadaptor the frame size for WMV is \
always 0. That's because the init part of this info in the mdfwmvpayloadformat is \
missing. Add the init and problem is gone. 

   
Root Cause of the problem:  Implementation.
  
Files Added:   None.

Files Modified:
/datatype/mdf/video/format/wmv/mdfwmvpayloadformat.cpp

Image Size and Heap Use impact: no major impact

Module Release testing (STIF) :  Passed.

Test case(s) Added  :  N/A.

Memory leak check performed : Yes. No new leaks introduced

Platforms and Profiles Build Verified: helix-client-s60-32-mmf-mdf-arm

Platforms and Profiles Functionality verified: winscw, armv5

Branch: 210CayS & Head


Index: mdfwmvpayloadformat.cpp
===================================================================
RCS file: /cvsroot/datatype/mdf/video/format/wmv/mdfwmvpayloadformat.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mdfwmvpayloadformat.cpp	24 Jan 2008 00:23:12 -0000	1.8
+++ mdfwmvpayloadformat.cpp	30 Jan 2008 17:17:53 -0000	1.9
@@ -431,6 +431,12 @@
         }
     }
     HX_RELEASE(m_pCSDBuffer);
+
+    //fill iSizeInMemory and iDisplayedRect fields of pPictureHeader
+    //must be placed here since width and height are found in 
+    //the derived class, ignore the return status
+    CPayloadFormatPluginDevice::FormPictureHeader( pPictureHeader );
+
     MDFVIDEOLOG_RETURNFN( "FormPictureHeader", retVal );
     return retVal;
 


_______________________________________________
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