Commit 32e9f4c3 authored by Dennis van Amerongen's avatar Dennis van Amerongen

* modules/codec/x264.c: backport [25104] add x264 version debug info

parent dd126182
......@@ -631,6 +631,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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment