fix various typos

Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Lou Logan
2014-06-02 18:46:04 -08:00
parent 137c5e115b
commit 88f2586adb
30 changed files with 40 additions and 40 deletions

View File

@@ -2423,7 +2423,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
}
}
/* make sure that we have managed to get equivelant dts/avcodec channel
/* make sure that we have managed to get equivalent dts/avcodec channel
* masks in some sense -- unfortunately some channels could overlap */
if (av_popcount(channel_mask) != av_popcount(channel_layout)) {
av_log(avctx, AV_LOG_DEBUG,