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:
Diffstat (limited to 'decoder/LAVAudio/Bitstream.cpp')
-rw-r--r--decoder/LAVAudio/Bitstream.cpp2
1 files changed, 1 insertions, 1 deletions
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) {