This makes comparisons nicer.

Signed-off-by: Sakari Ailus <sakari.ai...@iki.fi>
---
 yavta.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yavta.c b/yavta.c
index 18e1709..5a35bab 100644
--- a/yavta.c
+++ b/yavta.c
@@ -64,7 +64,7 @@ struct device
 {
        int fd;
 
-       enum v4l2_buf_type type;
+       int type; /* buffer queue type */
        enum v4l2_memory memtype;
        unsigned int nbufs;
        struct buffer *buffers;
-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to