mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
x264enc: minor clean-up
We requires x264 build >= 120 now.
This commit is contained in:
parent
22b3a60dbd
commit
71ce5136d1
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue