mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-11 17:30:00 +01:00
Fix spelling error 'Inconsistant -> Inconsistent'
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit eeb3baf7f7)
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
f183eaa3ad
commit
88544e8ceb
@@ -2426,7 +2426,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
* masks in some sense -- unfortunately some channels could overlap */
|
* masks in some sense -- unfortunately some channels could overlap */
|
||||||
if (av_popcount(channel_mask) != av_popcount(channel_layout)) {
|
if (av_popcount(channel_mask) != av_popcount(channel_layout)) {
|
||||||
av_log(avctx, AV_LOG_DEBUG,
|
av_log(avctx, AV_LOG_DEBUG,
|
||||||
"DTS-XXCH: Inconsistant avcodec/dts channel layouts\n");
|
"DTS-XXCH: Inconsistent avcodec/dts channel layouts\n");
|
||||||
return AVERROR_INVALIDDATA;
|
return AVERROR_INVALIDDATA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user