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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] amr/payload amrpacketizer.cpp,1.6.10.1,1.6.10.2
From:       skharkar () helixcommunity ! org
Date:       2011-02-22 20:36:54
Message-ID: 201102222037.p1MKbH0L001487 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/amr/payload
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv26331

Modified Files:
      Tag: PRODUCER_14_0_RN
	amrpacketizer.cpp 
Log Message:
Synopsis
========
Bug 268330:[Regression] amr-nb and amr-wb encodes are failing

Suggested Reviewer:Jamie

Branches: PRODUCER_14_0_RN and HEAD

Description
===========
Init function was failing on plugin on amr packetizer as class factory 
was set already in InitPlugin.
Changed the call to not fail. This matches behavior in aac packetizer.

I am not sure, how this was working earlier.

Files affected
==============
datatype/amr/payload/amrpacketizer.cpp

Tested
======
Tested with simple amr encode.
I am running automation.

QA hints
=========
None


Index: amrpacketizer.cpp
===================================================================
RCS file: /cvsroot/datatype/amr/payload/amrpacketizer.cpp,v
retrieving revision 1.6.10.1
retrieving revision 1.6.10.2
diff -u -d -r1.6.10.1 -r1.6.10.2
--- amrpacketizer.cpp	11 Oct 2010 19:01:11 -0000	1.6.10.1
+++ amrpacketizer.cpp	22 Feb 2011 20:36:52 -0000	1.6.10.2
@@ -153,7 +153,7 @@
 STDMETHODIMP
 AMRPacketizer::Init(IUnknown* pContext, HXBOOL bPacketize)
 {
-    if(!bPacketize || m_pClassFactory)
+    if(!bPacketize)
     {
         return HXR_UNEXPECTED;
     }


_______________________________________________
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