Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/MediaInfoLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérôme Martinez <jerome@mediaarea.net>2022-10-04 18:33:29 +0300
committerGitHub <noreply@github.com>2022-10-04 18:33:29 +0300
commit88f54c1ec281badfadb65217a57adfbd9daffd8f (patch)
tree29dfd88fb6e5cdf8bd53bad6c6d352a56dfc8964
parentad537d736c17c8ff02072484c81ebc7d2632eb6a (diff)
parente4fe8beeeb5ae5b1462cff81ebeb6a8daf1877d3 (diff)
Merge pull request #1602 from g-maxime/2209-fixes
Fix build with MEDIAINFO_ADVANCED=NO
-rw-r--r--Source/MediaInfo/Audio/File_Aac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MediaInfo/Audio/File_Aac.h b/Source/MediaInfo/Audio/File_Aac.h
index 731e6caef..59ed9d9bf 100644
--- a/Source/MediaInfo/Audio/File_Aac.h
+++ b/Source/MediaInfo/Audio/File_Aac.h
@@ -137,7 +137,7 @@ public :
void AudioSpecificConfig_OutOfBand(int64s sampling_frequency, int8u audioObjectType=(int8u)-1, bool sbrData=false, bool psData=false, bool sbrPresentFlag=false, bool psPresentFlag=false);
// Conformance
- #if MEDIAINFO_ADVANCED
+ #if MEDIAINFO_CONFORMANCE
int16u SamplingRate;
#endif