[datatype-dev] CR: Fixing 3GP file processing by DTDR

[datatype-dev] CR: Fixing 3GP file processing by DTDR

Stanislav Bobrovskiy stanb at real.com
Fri Sep 11 15:03:46 PST 2009


Modified by: stanb at real.com
Date: 09:11:09
Project: RealPlayer SP 1.5

Synopsis: This adds stream MIME type that gets generated by H263 renderer 
to the list of supported by MP4 filewriter MIME types.

Files Added: none

Files Modified:
datatype/mp4/filewriter/h263sh.cpp

Image Size and Heap Use impact (Client-Only): none

Platforms and Profiles Build Verified:
Platform: win32-i386-vc7

Profile: helix-client-all-defines

target(s): playinst

Branch: hxclient_3_1_0_atlas, HEAD



Index: datatype/mp4/filewriter/h263sh.cpp
===================================================================
RCS file: /cvsroot/datatype/mp4/filewriter/h263sh.cpp,v
retrieving revision 1.1.2.1
diff -u -1 -0 -r1.1.2.1 h263sh.cpp
--- datatype/mp4/filewriter/h263sh.cpp  26 Sep 2008 16:39:35 -0000      1.1.2.1
+++ datatype/mp4/filewriter/h263sh.cpp  11 Sep 2009 21:51:24 -0000
@@ -43,20 +43,21 @@
  #include "mp4sm.h"
  #include "h263sh.h"

  #include "rmfftype.h"
  #include "netbyte.h"   /* common/util/pub/netbyte.h, dwtohost */

  // These are the mime types we support
  const char* CH263StreamHandler::m_pszFileMimeTypes[] =
  {
      "video/X-HX-H263",
+    "video/X-RN-3GPP-H263",
      NULL
  };
  const char* CH263StreamHandler::m_pszFileExtensions[] =
  {
      NULL
  };
  const char* CH263StreamHandler::m_pszFileOpenNames[] =
  {
      NULL
  };




More information about the Datatype-dev mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.