OSDN Git Service

RIO-8776: Support for raw compressed headers in track meta data
authorPacketVideo CM <engbuild@pv.com>
Sat, 27 Mar 2010 02:09:10 +0000 (19:09 -0700)
committerPacketVideo CM <engbuild@pv.com>
Sat, 27 Mar 2010 02:09:10 +0000 (19:09 -0700)
Change-Id: Ib9ae4aa881d45540a085a51c833c99e8d8224202

engines/2way/src/pv_2way_sdkinfo.h
engines/author/src/pv_author_sdkinfo.h
engines/player/src/pv_player_sdkinfo.h
nodes/streaming/streamingmanager/plugins/common/include/pvmf_sm_fsp_base_metadata.h

index de77ad9..279a28b 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PV2WAY_ENGINE_SDKINFO_LABEL "1325556"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1325571"
 #define PV2WAY_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_2WAY_SDKINFO_H_INCLUDED
index 65980ee..7884154 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1325556"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1325571"
 #define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_AUTHOR_SDKINFO_H_INCLUDED
index 36b1952..5eeda0f 100644 (file)
@@ -21,7 +21,7 @@
 // This header file is automatically generated at build-time
 // *** OFFICIAL RELEASE INFO -- Will not auto update
 
-#define PVPLAYER_ENGINE_SDKINFO_LABEL "1325556"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1325571"
 #define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100316
 
 #endif //PV_PLAYER_SDKINFO_H_INCLUDED
index 3175802..4eeb4f1 100644 (file)
@@ -1,5 +1,5 @@
 /* ------------------------------------------------------------------
- * Copyright (C) 1998-2009 PacketVideo
+ * Copyright (C) 1998-2010 PacketVideo
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -117,6 +117,7 @@ class PVMFSMTrackMetaDataInfo
             iCodecName = a.iCodecName;
             iCodecDescription = a.iCodecDescription;
             iCodecSpecificInfo = a.iCodecSpecificInfo;
+            iFFRawCompressedHeader = a.iFFRawCompressedHeader;
             iTrackWidth = a.iTrackWidth;
             iTrackHeight = a.iTrackHeight;
             iVideoFrameRate = a.iVideoFrameRate;
@@ -140,6 +141,7 @@ class PVMFSMTrackMetaDataInfo
                 iCodecName = a.iCodecName;
                 iCodecDescription = a.iCodecDescription;
                 iCodecSpecificInfo = a.iCodecSpecificInfo;
+                iFFRawCompressedHeader = a.iFFRawCompressedHeader;
                 iTrackWidth = a.iTrackWidth;
                 iTrackHeight = a.iTrackHeight;
                 iVideoFrameRate = a.iVideoFrameRate;
@@ -167,6 +169,7 @@ class PVMFSMTrackMetaDataInfo
         uint32 iAudioNumChannels;
         uint32 iAudioBitsPerSample;
         OsclRefCounterMemFrag iCodecSpecificInfo;
+        OsclRefCounterMemFrag iFFRawCompressedHeader;
 };
 
 class PVMFSMSessionMetaDataInfo