From 37da4d0ed7f73fb8947943663f0f955c3ebb2bdd Mon Sep 17 00:00:00 2001 From: PacketVideo CM Date: Tue, 15 Jun 2010 16:36:08 -0700 Subject: RIO-7189: Add profile and channel metadata support in AAC and AMR parsers (minor additional change 2) Change-Id: Ic9a79cf0722e83c3be20776c2dcf0e08f94431a4 --- engines/2way/src/pv_2way_sdkinfo.h | 4 ++-- engines/author/src/pv_author_sdkinfo.h | 4 ++-- engines/player/src/pv_player_sdkinfo.h | 4 ++-- fileformats/rawaac/parser/src/aacfileparser.cpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/engines/2way/src/pv_2way_sdkinfo.h b/engines/2way/src/pv_2way_sdkinfo.h index dd092af05..bf56f22e9 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 "1488381" -#define PV2WAY_ENGINE_SDKINFO_DATE 0x20100609 +#define PV2WAY_ENGINE_SDKINFO_LABEL "1488665" +#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 8fe185938..e5eeb57ce 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 "1488381" -#define PVAUTHOR_ENGINE_SDKINFO_DATE 0x20100609 +#define PVAUTHOR_ENGINE_SDKINFO_LABEL "1488665" +#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 6a8ca522e..08d510e3d 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 "1488381" -#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100609 +#define PVPLAYER_ENGINE_SDKINFO_LABEL "1488665" +#define PVPLAYER_ENGINE_SDKINFO_DATE 0x20100610 #endif //PV_PLAYER_SDKINFO_H_INCLUDED diff --git a/fileformats/rawaac/parser/src/aacfileparser.cpp b/fileformats/rawaac/parser/src/aacfileparser.cpp index f0c9a88c4..81c7aeb8f 100644 --- a/fileformats/rawaac/parser/src/aacfileparser.cpp +++ b/fileformats/rawaac/parser/src/aacfileparser.cpp @@ -1538,9 +1538,9 @@ class AutoPtrArrayContainer // //------------------------------------------------------------------------------ OSCL_EXPORT_REF CAACFileParser::CAACFileParser(void) : - iAACDuration(0), - iAACProfile(0), iAACChannels(0), + iAACProfile(0), + iAACDuration(0), iAACSampleFrequency(0), iAACBitRate(0), iAACHeaderLen(0), -- cgit v1.2.3