summaryrefslogtreecommitdiff
path: root/libavcodec/v4l2_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/v4l2_context.h')
-rw-r--r--libavcodec/v4l2_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/v4l2_context.h b/libavcodec/v4l2_context.h
index 503cc36dc4..632f1d0aac 100644
--- a/libavcodec/v4l2_context.h
+++ b/libavcodec/v4l2_context.h
@@ -135,7 +135,7 @@ void ff_v4l2_context_release(V4L2Context* ctx);
* those frames will be dropped.
* @return 0 in case of success, a negative value representing the error otherwise.
*/
-int ff_v4l2_context_set_status(V4L2Context* ctx, int cmd);
+int ff_v4l2_context_set_status(V4L2Context* ctx, uint32_t cmd);
/**
* Dequeues a buffer from a V4L2Context to an AVPacket.