]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v4l2_context.h
Merge commit '44aa9105c535471ca9e23796d7ca29b341f47636'
[ffmpeg] / libavcodec / v4l2_context.h
index 503cc36dc4a2b6f48582181b3cb73d609a2421ce..632f1d0aac0191dd50824835b65df032fbcd368f 100644 (file)
@@ -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.