mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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) {
|
||||
encoder->x264param.b_interlaced = FALSE;
|
||||
#if X264_BUILD >= 95
|
||||
encoder->x264param.b_fake_interlaced = FALSE;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue