summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 24881f1)
raw | patch | inline | side by side (parent: 24881f1)
author | Benoit Parrot <bparrot@ti.com> | |
Mon, 24 Jul 2017 19:23:04 +0000 (19:23 +0000) | ||
committer | Nikhil Devshatwar <nikhil.nd@ti.com> | |
Wed, 26 Jul 2017 08:11:44 +0000 (13:41 +0530) |
Signed-off-by: Benoit Parrot <bparrot@ti.com>
capturevpedisplay.c | patch | blob | history |
diff --git a/capturevpedisplay.c b/capturevpedisplay.c
index 0b86d3b19923268769e671e5c18ae2adbc7aac1d..cadea1002655c2345dec44c19b5b0820ad0d4686 100644 (file)
--- a/capturevpedisplay.c
+++ b/capturevpedisplay.c
* @return: 0 on success
*****************************************************************************
*/
-int vip_reqbuf()
+int vip_reqbuf(void)
{
int ret;
struct v4l2_requestbuffers rqbufs;
int main(int argc, char *argv[])
{
- int i, ret = 0, index = -1, count = 0 ;
+ int i, index = -1, count = 0 ;
struct vpe *vpe;