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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2013-05-25 15:13:28 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-05-25 17:22:04 +0400
commit21af717a70d05d6a4202d253d9e89134023b7c42 (patch)
tree648706ddd5df9ded1ae19cf4333c1c96e9d35763 /decoder
parent4280c3f23328c259fb0c7d9e5604e5bc59da0f17 (diff)
Cosmetics: Fix some typos
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVAudio/AudioSettingsProp.cpp2
-rw-r--r--decoder/LAVAudio/Bitstream.cpp2
-rw-r--r--decoder/LAVAudio/LAVAudioSettings.h6
-rw-r--r--decoder/LAVAudio/PostProcessor.cpp2
-rw-r--r--decoder/LAVVideo/LAVVideoSettings.h10
-rw-r--r--decoder/LAVVideo/VideoSettingsProp.cpp2
-rw-r--r--decoder/LAVVideo/decoders/ILAVDecoder.h6
7 files changed, 15 insertions, 15 deletions
diff --git a/decoder/LAVAudio/AudioSettingsProp.cpp b/decoder/LAVAudio/AudioSettingsProp.cpp
index 33115818..fb13eb48 100644
--- a/decoder/LAVAudio/AudioSettingsProp.cpp
+++ b/decoder/LAVAudio/AudioSettingsProp.cpp
@@ -674,7 +674,7 @@ HRESULT CLAVAudioFormatsProp::OnActivate()
ListView_DeleteAllItems(hlv);
ListView_SetItemCount(hlv, Codec_AudioNB);
- // Create entrys for the formats
+ // Create entries for the formats
LVITEM lvi;
memset(&lvi, 0, sizeof(lvi));
lvi.mask = LVIF_TEXT|LVIF_PARAM;
diff --git a/decoder/LAVAudio/Bitstream.cpp b/decoder/LAVAudio/Bitstream.cpp
index dad0f850..ada9619e 100644
--- a/decoder/LAVAudio/Bitstream.cpp
+++ b/decoder/LAVAudio/Bitstream.cpp
@@ -36,7 +36,7 @@ static struct {
{ AV_CODEC_ID_DTS, Bitstream_DTS } // DTS-HD is still DTS, and handled special below
};
-// Check wether a codec is bitstreaming eligible and enabled
+// Check whether a codec is bitstreaming eligible and enabled
BOOL CLAVAudio::IsBitstreaming(AVCodecID codec)
{
for(int i = 0; i < countof(lavf_bitstream_config); ++i) {
diff --git a/decoder/LAVAudio/LAVAudioSettings.h b/decoder/LAVAudio/LAVAudioSettings.h
index f016bbeb..3ac718f7 100644
--- a/decoder/LAVAudio/LAVAudioSettings.h
+++ b/decoder/LAVAudio/LAVAudioSettings.h
@@ -56,7 +56,7 @@ typedef enum LAVAudioCodec {
Codec_Truespeech,
Codec_TAK,
- Codec_AudioNB // Number of entrys (do not use when dynamically linking)
+ Codec_AudioNB // Number of entries (do not use when dynamically linking)
};
// Bitstreaming Codecs supported in LAV Audio
@@ -67,7 +67,7 @@ typedef enum LAVBitstreamCodec {
Bitstream_DTS,
Bitstream_DTSHD,
- Bitstream_NB // Number of entrys (do not use when dynamically linking)
+ Bitstream_NB // Number of entries (do not use when dynamically linking)
};
@@ -81,7 +81,7 @@ typedef enum LAVAudioSampleFormat {
SampleFormat_FP32,
SampleFormat_Bitstream,
- SampleFormat_NB // Number of entrys (do not use when dynamically linking)
+ SampleFormat_NB // Number of entries (do not use when dynamically linking)
};
typedef enum LAVAudioMixingMode {
diff --git a/decoder/LAVAudio/PostProcessor.cpp b/decoder/LAVAudio/PostProcessor.cpp
index 535dc57a..200639e0 100644
--- a/decoder/LAVAudio/PostProcessor.cpp
+++ b/decoder/LAVAudio/PostProcessor.cpp
@@ -27,7 +27,7 @@ extern "C" {
};
// PCM Volume Adjustment Factors, both for integer and float math
-// Entrys start at 2 channel mixing, half volume
+// entries start at 2 channel mixing, half volume
static int pcm_volume_adjust_integer[7] = {
362, 443, 512, 572, 627, 677, 724
};
diff --git a/decoder/LAVVideo/LAVVideoSettings.h b/decoder/LAVVideo/LAVVideoSettings.h
index aa5ef92b..b2b575ef 100644
--- a/decoder/LAVVideo/LAVVideoSettings.h
+++ b/decoder/LAVVideo/LAVVideoSettings.h
@@ -81,7 +81,7 @@ typedef enum LAVVideoCodec {
Codec_VMNC,
Codec_FLIC,
- Codec_VideoNB // Number of entrys (do not use when dynamically linking)
+ Codec_VideoNB // Number of entries (do not use when dynamically linking)
};
// Codecs with hardware acceleration
@@ -209,14 +209,14 @@ interface ILAVVideoSettings : public IUnknown
// >1 = Multi-Threading with the specified number of threads
STDMETHOD_(DWORD,GetNumThreads)() = 0;
- // Set wether the aspect ratio encoded in the stream should be forwarded to the renderer,
+ // Set whether the aspect ratio encoded in the stream should be forwarded to the renderer,
// or the aspect ratio specified by the source filter should be kept.
// 0 = AR from the source filter
// 1 = AR from the Stream
// 2 = AR from stream if source is not reliable
STDMETHOD(SetStreamAR)(DWORD bStreamAR) = 0;
- // Get wether the aspect ratio encoded in the stream should be forwarded to the renderer,
+ // Get whether the aspect ratio encoded in the stream should be forwarded to the renderer,
// or the aspect ratio specified by the source filter should be kept.
// 0 = AR from the source filter
// 1 = AR from the Stream
@@ -285,11 +285,11 @@ interface ILAVVideoSettings : public IUnknown
// Get the deinterlacing output for the hardware decoder
STDMETHOD_(LAVDeintOutput, GetHWAccelDeintOutput)() = 0;
- // Set wether the hardware decoder should force high-quality deinterlacing
+ // Set whether the hardware decoder should force high-quality deinterlacing
// Note: this option is not supported on all decoder implementations and/or all operating systems
STDMETHOD(SetHWAccelDeintHQ)(BOOL bHQ) = 0;
- // Get wether the hardware decoder should force high-quality deinterlacing
+ // Get whether the hardware decoder should force high-quality deinterlacing
// Note: this option is not supported on all decoder implementations and/or all operating systems
STDMETHOD_(BOOL, GetHWAccelDeintHQ)() = 0;
diff --git a/decoder/LAVVideo/VideoSettingsProp.cpp b/decoder/LAVVideo/VideoSettingsProp.cpp
index af2b2f9b..bb7d0394 100644
--- a/decoder/LAVVideo/VideoSettingsProp.cpp
+++ b/decoder/LAVVideo/VideoSettingsProp.cpp
@@ -704,7 +704,7 @@ HRESULT CLAVVideoFormatsProp::OnActivate()
ListView_DeleteAllItems(hlv);
ListView_SetItemCount(hlv, Codec_VideoNB);
- // Create entrys for the formats
+ // Create entries for the formats
LVITEM lvi;
memset(&lvi, 0, sizeof(lvi));
lvi.mask = LVIF_TEXT|LVIF_PARAM;
diff --git a/decoder/LAVVideo/decoders/ILAVDecoder.h b/decoder/LAVVideo/decoders/ILAVDecoder.h
index c35c953c..8188075c 100644
--- a/decoder/LAVVideo/decoders/ILAVDecoder.h
+++ b/decoder/LAVVideo/decoders/ILAVDecoder.h
@@ -332,7 +332,7 @@ interface ILAVDecoder
STDMETHOD_(REFERENCE_TIME, GetFrameDuration)() PURE;
/**
- * Query wether the format can potentially be interlaced.
+ * Query whether the format can potentially be interlaced.
* This function should return false if the format can 100% not be interlaced, and true if it can be interlaced (but also progressive).
*/
STDMETHOD_(BOOL, IsInterlaced)() PURE;
@@ -359,12 +359,12 @@ interface ILAVDecoder
STDMETHOD_(const WCHAR*, GetDecoderName)() PURE;
/**
- * Get wether the decoder outputs thread-safe buffers
+ * Get whether the decoder outputs thread-safe buffers
*/
STDMETHOD(HasThreadSafeBuffers)() PURE;
/**
- * Get wether the decoder should sync to the main thread
+ * Get whether the decoder should sync to the main thread
*/
STDMETHOD(SyncToProcessThread)() PURE;
};