x264enc: minor clean-up
We requires x264 build >= 120 now.
This commit is contained in:
parent
22b3a60dbd
commit
71ce5136d1
@ -1359,9 +1359,7 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
|
|||||||
|
|
||||||
if (encoder->peer_level->frame_only) {
|
if (encoder->peer_level->frame_only) {
|
||||||
encoder->x264param.b_interlaced = FALSE;
|
encoder->x264param.b_interlaced = FALSE;
|
||||||
#if X264_BUILD >= 95
|
|
||||||
encoder->x264param.b_fake_interlaced = FALSE;
|
encoder->x264param.b_fake_interlaced = FALSE;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user