x264enc: minor clean-up

We requires x264 build >= 120 now.
This commit is contained in:
Tim-Philipp Müller 2013-08-17 23:09:15 +01:00
parent 22b3a60dbd
commit 71ce5136d1

View file

@ -1359,9 +1359,7 @@ gst_x264_enc_init_encoder (GstX264Enc * encoder)
if (encoder->peer_level->frame_only) {
encoder->x264param.b_interlaced = FALSE;
#if X264_BUILD >= 95
encoder->x264param.b_fake_interlaced = FALSE;
#endif
}
}