aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:05 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:05 -0700
commit1e8eead51e8c09b66691ead9c0aa57da4a92db10 (patch)
tree14e940fdebff56b9a7a97c678ead960c583667f5
parentbacc10d3c767cbb90ed9205c4974c103ca78204e (diff)
downloadopencore-1e8eead51e8c09b66691ead9c0aa57da4a92db10.tar.gz
RIO-8722: Large File Support in MP4 PDL and PPB (minor additional change 3)
Change-Id: Iac1c2fceed1a0b5222e099a1188ffd9a225bb1ab
-rw-r--r--engines/2way/src/pv_2way_sdkinfo.h2
-rw-r--r--engines/author/src/pv_author_sdkinfo.h2
-rw-r--r--engines/player/src/pv_player_sdkinfo.h2
-rw-r--r--nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h
index b0557d4fe..6bcc2b767 100644
--- a/engines/2way/src/pv_2way_sdkinfo.h
+++ b/engines/2way/src/pv_2way_sdkinfo.h
@@ -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 "1486417"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1487575"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100609
#endif //PV_2WAY_SDKINFO_H_INCLUDED
diff --git a/engines/author/src/pv_author_sdkinfo.h b/engines/author/src/pv_author_sdkinfo.h
index b33c79834..3461d0e08 100644
--- a/engines/author/src/pv_author_sdkinfo.h
+++ b/engines/author/src/pv_author_sdkinfo.h
@@ -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 "1486417"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1487575"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100609
#endif //PV_AUTHOR_SDKINFO_H_INCLUDED
diff --git a/engines/player/src/pv_player_sdkinfo.h b/engines/player/src/pv_player_sdkinfo.h
index c96b8ef87..de4a4ef45 100644
--- a/engines/player/src/pv_player_sdkinfo.h
+++ b/engines/player/src/pv_player_sdkinfo.h
@@ -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 "1486417"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1487575"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100609
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp b/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp
index 2003e83fe..d88143cd0 100644
--- a/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp
+++ b/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.cpp
@@ -7890,7 +7890,7 @@ PVMFStatus PVMFMP4FFParserNode::CheckForMP4HeaderAvailability()
}
else if (iExternalDownload == true)
{
- uint32 maxSize = MAX32BITUINT;
+ uint32 maxSize = MAX_TOSCLFILEOFFSET_VALUE;
iRequestReadCapacityNotificationID =
iDataStreamInterface->RequestReadCapacityNotification(iDataStreamSessionID,
*this,