]> git.sesse.net Git - vlc/commitdiff
* modules/codec/x264.c: add x264 version debug info
authorDennis van Amerongen <trax@videolan.org>
Mon, 11 Feb 2008 22:57:24 +0000 (22:57 +0000)
committerDennis van Amerongen <trax@videolan.org>
Mon, 11 Feb 2008 22:57:24 +0000 (22:57 +0000)
modules/codec/x264.c

index 26ddf677ad2c6932728bffc1bf1febc948960b5b..c009e2fe3e47becd35e4f25c3166f4efe2fac366 100644 (file)
@@ -715,6 +715,8 @@ static int  Open ( vlc_object_t *p_this )
         return VLC_EGENERIC;
     }
 
+    msg_Dbg ( p_enc, "x264 core:%d", X264_BUILD );
+
 #if X264_BUILD < 37
     if( p_enc->fmt_in.video.i_width % 16 != 0 ||
         p_enc->fmt_in.video.i_height % 16 != 0 )