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

List:       helix-datatype-cvs
Subject:    [Datatype-cvs] wav/filewriter wavwrtr.cpp,1.5,1.5.2.1
From:       stanb () helixcommunity ! org
Date:       2009-09-25 21:38:29
Message-ID: 200909252248.n8PMmAZ6016121 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/datatype/wav/filewriter
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv22690

Modified Files:
      Tag: hxclient_3_1_0_atlas
	wavwrtr.cpp 
Log Message:
Fixes alowing to use DTDR for WAV file editing.


Index: wavwrtr.cpp
===================================================================
RCS file: /cvsroot/datatype/wav/filewriter/wavwrtr.cpp,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- wavwrtr.cpp	6 Jul 2007 22:02:09 -0000	1.5
+++ wavwrtr.cpp	25 Sep 2009 21:38:27 -0000	1.5.2.1
@@ -1054,6 +1054,11 @@
         m_ulBitsPerSample = 16;
         bRetVal = TRUE;
     }
+    else if (strcasecmp("audio/L8", pMimeTypeData) == 0)
+    {
+        m_ulBitsPerSample = 8;
+        bRetVal = TRUE;
+    }
 
     return bRetVal;
 }


_______________________________________________
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