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

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-19 15:54:53 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-19 15:54:53 +0400
commit358b47a2e33ffd46ced320756d498337b7af0bd8 (patch)
tree1dd62187c2bd033e48f295cceaae9e3a0774b425 /include
parent78b471b621a14914b6b3f6604a52b7584bd96b0f (diff)
change FLOAT to float for consistency
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5193 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include')
-rw-r--r--include/ITrackInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ITrackInfo.h b/include/ITrackInfo.h
index 5ebe6646b..6805a36d8 100644
--- a/include/ITrackInfo.h
+++ b/include/ITrackInfo.h
@@ -58,8 +58,8 @@ struct TrackExtendedInfoVideo {
struct TrackExtendedInfoAudio {
WORD Size; // Size of this structure
- FLOAT SamplingFreq; // Sampling frequency in Hz.
- FLOAT OutputSamplingFrequency; // Real output sampling frequency in Hz (used for SBR techniques).
+ float SamplingFreq; // Sampling frequency in Hz.
+ float OutputSamplingFrequency; // Real output sampling frequency in Hz (used for SBR techniques).
UINT Channels; // Numbers of channels in the track.
UINT BitDepth; // Bits per sample, mostly used for PCM.
};