mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
omxvideoenc: remove duplicated line
This commit is contained in:
parent
cba466b61c
commit
71b4573a34
1 changed files with 0 additions and 1 deletions
|
@ -1073,7 +1073,6 @@ gst_omx_video_enc_set_format (GstVideoEncoder * encoder,
|
|||
(~(port_def.nBufferAlignment - 1));
|
||||
else
|
||||
port_def.format.video.nStride = GST_ROUND_UP_4 (info->width); /* safe (?) default */
|
||||
port_def.format.video.nFrameHeight = info->height;
|
||||
|
||||
port_def.format.video.nFrameHeight = info->height;
|
||||
port_def.format.video.nSliceHeight = info->height;
|
||||
|
|
Loading…
Reference in a new issue