aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacketVideo CM <engbuild@pv.com>2010-06-28 11:07:49 -0700
committerPacketVideo CM <engbuild@pv.com>2010-06-28 11:07:49 -0700
commit384f636a991da0a4a1aab102988380aa71ceba38 (patch)
tree4d80ff7b5231c202a37fd621f2c7fb4bbd50e3da
parent33d67e86419eaf74719f697cabeaea0621ffa414 (diff)
downloadopencore-384f636a991da0a4a1aab102988380aa71ceba38.tar.gz
RIO-9373: Additional Member variable initialization in CacheBuffer constructor in new Common Parser node
Change-Id: Ia87ee9e0d953f438c436b2330ae11765811e7217
-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--fileformats/audioparser/common/src/pvmf_audio_parser.cpp1
4 files changed, 4 insertions, 3 deletions
diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h
index 324247e42..30368c75d 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 "1515505"
+#define PV2WAY_ENGINE_SDKINFO_LABEL "1515507"
#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100624
#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 038513d24..f62601b9b 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 "1515505"
+#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1515507"
#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100624
#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 4e34a8d01..0f002504e 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 "1515505"
+#define PVPLAYER_ENGINE_SDKINFO_LABEL "1515507"
#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100624
#endif //PV_PLAYER_SDKINFO_H_INCLUDED
diff --git a/fileformats/audioparser/common/src/pvmf_audio_parser.cpp b/fileformats/audioparser/common/src/pvmf_audio_parser.cpp
index 93bb8cdb1..89c0d6037 100644
--- a/fileformats/audioparser/common/src/pvmf_audio_parser.cpp
+++ b/fileformats/audioparser/common/src/pvmf_audio_parser.cpp
@@ -32,6 +32,7 @@ CacheBuffer::CacheBuffer(PvmiDataStreamInterface* apDataStream)
iMaxBytes = 0;
ipDataStream = apDataStream;
iTestDSPos = -1;
+ iRefill = false;
ipLogger = PVLogger::GetLoggerObject("audioparser");
// Fill buffer with data from current pos of DS