[vlc-commits] x264: Fix typo in error message: bith -> bit
    Wayne McDougall 
    git at videolan.org
       
    Tue Mar 15 10:37:52 CET 2016
    
    
  
vlc | branch: master | Wayne McDougall <waynemcdougall at gmail.com> | Mon Mar 14 22:37:36 2016 +1300| [fe663cda505fb0289feb406305a03b19409c6f56] | committer: Jean-Baptiste Kempf
x264: Fix typo in error message: bith -> bit
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fe663cda505fb0289feb406305a03b19409c6f56
---
 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
    
    
More information about the vlc-commits
mailing list