parent
4316568810
commit
bdc25f6874
@ -1 +1 @@
|
||||
1cb3b2a64ca6413de954c0eb38697ebe vlc-3.0.5-20181020-0221.tar.xz
|
||||
5a3d4db577d07bf2d6486f7e7af1b05e vlc-3.0.5-20181111-0221.tar.xz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/modules/codec/x264.c b/modules/codec/x264.c
|
||||
index e02048f075..dec95a9c78 100644
|
||||
--- a/modules/codec/x264.c
|
||||
+++ b/modules/codec/x264.c
|
||||
@@ -842,7 +842,7 @@ static int Open ( vlc_object_t *p_this )
|
||||
fullrange |= p_enc->fmt_in.video.b_color_range_full;
|
||||
p_enc->fmt_in.i_codec = fullrange ? VLC_CODEC_J420 : VLC_CODEC_I420;
|
||||
p_sys->i_colorspace = X264_CSP_I420;
|
||||
-#if X264_BUILD >= 118
|
||||
+#if X264_BUILD >= 118 && X264_BUILD < 153
|
||||
char *psz_profile = var_GetString( p_enc, SOUT_CFG_PREFIX "profile" );
|
||||
if( psz_profile )
|
||||
{
|
Loading…
Reference in new issue