projects
/
platform
/
upstream
/
gst-omx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cba466b
)
omxvideoenc: remove duplicated line
author
Josep Torra
<n770galaxy@gmail.com>
Fri, 22 Feb 2013 15:27:33 +0000
(16:27 +0100)
committer
Josep Torra
<n770galaxy@gmail.com>
Fri, 22 Feb 2013 15:27:33 +0000
(16:27 +0100)
omx/gstomxvideoenc.c
patch
|
blob
|
history
diff --git
a/omx/gstomxvideoenc.c
b/omx/gstomxvideoenc.c
index 26ff995256cba25a6b9a4dcd95503fda06705723..e70477e34b50df7857a3694fe4f2eb259ebdcb6f 100644
(file)
--- a/
omx/gstomxvideoenc.c
+++ b/
omx/gstomxvideoenc.c
@@
-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;