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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] mp4/audio/renderer mp4afmt.cpp,1.34.8.8,1.34.8.9
From:       justinhou () helixcommunity ! org
Date:       2012-06-20 3:35:33
[Download RAW message or body]

Update of /cvsroot/datatype/mp4/audio/renderer
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv30472

Modified Files:
      Tag: hxclient_3_1_0_atlas
	mp4afmt.cpp 
Log Message:
return HXR_MISSING_COMPONENTS if no suitable audio decoder

Index: mp4afmt.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/audio/renderer/mp4afmt.cpp,v
retrieving revision 1.34.8.8
retrieving revision 1.34.8.9
diff -u -d -r1.34.8.8 -r1.34.8.9
--- mp4afmt.cpp	21 Mar 2012 01:25:02 -0000	1.34.8.8
+++ mp4afmt.cpp	20 Jun 2012 03:35:29 -0000	1.34.8.9
@@ -277,6 +277,11 @@
 #endif	// _IGNORE_UNSUPPORTED
 
         } while (SUCCEEDED(retVal));
+
+        if (FAILED(retVal))
+        {
+            retVal = HXR_MISSING_COMPONENTS;
+        }
     }
 #if defined(HELIX_FEATURE_AUTOUPGRADE)
     if (FAILED(retVal) && retVal != HXR_REQUEST_UPGRADE)


_______________________________________________
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