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

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

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

Modified Files:
	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.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- amrpacketizer.cpp	11 Oct 2010 19:07:10 -0000	1.7
+++ amrpacketizer.cpp	22 Feb 2011 20:37:17 -0000	1.8
@@ -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