[vlc-devel] PATCH: modules/codec/x264: Minor typo in error message

Wayne McDougall waynemcdougall at gmail.com
Mon Mar 14 10:37:36 CET 2016


Fix typo in error message: bith -> bit

---
 modules/codec/x264.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/codec/x264.c b/modules/codec/x264.c
index 5390c96..48c58b5 100644
--- a/modules/codec/x264.c
+++ b/modules/codec/x264.c
@@ -854,7 +854,7 @@ static int  Open ( vlc_object_t *p_this )
 # ifdef MODULE_NAME_IS_x26410b
         if( mask == 0)
         {
-            msg_Err( p_enc, "Only high bith depth encoding supported, bit
depth:%d", x264_bit_depth);
+            msg_Err( p_enc, "Only high bit depth encoding supported, bit
depth:%d", x264_bit_depth);
             return VLC_EGENERIC;
         }
 # endif
-- 
2.7.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20160314/20cb10f1/attachment.html>


More information about the vlc-devel mailing list