aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:10 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-15 16:36:10 -0700
commit36188c28ee232e286b6c3f34f7ad71d0c41c2fef (patch)
tree71df1b156384163e81f61ad3de1404965beda055
parenta5bfc9a8dc63dd6673954260d5971ff9cee6848e (diff)
downloadopencore-36188c28ee232e286b6c3f34f7ad71d0c41c2fef.tar.gz
RIO-8722: Large File Support in MP4 PDL and PPB (minor additional change 6)
Change-Id: I4f46e7ba4d01ce9b0476fbaef015835b837d6e34
-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.h2
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 d81ef1ae5..a169da66c 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 "1490863"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1490902"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100610
#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 52a80d2f9..cd292a789 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 "1490863"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1490902"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100610
#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 96cf314fa..559b70c75 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 "1490863"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1490902"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100610
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.h b/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.h
index 2ef5b8dff..a1b891d21 100644
--- a/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.h
+++ b/nodes/pvmp4ffparsernode/src/pvmf_mp4ffparser_node.h
@@ -667,7 +667,7 @@ class PVMFMP4FFParserNode
bool oIsAACFramesFragmented;
int32 iPlayBackDirection;
- uint64 iStartForNextTSSearch;
+ int64 iStartForNextTSSearch;
uint64 iPrevSampleTS;
bool iParseAudioDuringFF;
bool iParseAudioDuringREW;