[FFmpeg-cvslog] Fix spelling error 'Inconsistant -> Inconsistent'

Andreas Cadhalpun git at videolan.org
Sat May 31 12:23:02 CEST 2014


ffmpeg | branch: release/2.2 | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Thu Mar  6 19:03:07 2014 +0100| [88544e8cebf00cc39ed504ed5cb603e4d89e4c7d] | committer: Carl Eugen Hoyos

Fix spelling error 'Inconsistant -> Inconsistent'

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit eeb3baf7f7257ea5586bf857cc668f6aff81d556)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88544e8cebf00cc39ed504ed5cb603e4d89e4c7d
---

 libavcodec/dcadec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c
index 79d5097..4392f03 100644
--- a/libavcodec/dcadec.c
+++ b/libavcodec/dcadec.c
@@ -2426,7 +2426,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
          * masks in some sense -- unfortunately some channels could overlap */
         if (av_popcount(channel_mask) != av_popcount(channel_layout)) {
             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;
         }
 



More information about the ffmpeg-cvslog mailing list