X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv4l2_context.h;h=632f1d0aac0191dd50824835b65df032fbcd368f;hb=24f1685f6eb2af6326acec9a06678e7127b9f9dc;hp=503cc36dc4a2b6f48582181b3cb73d609a2421ce;hpb=122a749dfcaa550eb9c1bf63748f12d011f93398;p=ffmpeg diff --git a/libavcodec/v4l2_context.h b/libavcodec/v4l2_context.h index 503cc36dc4a..632f1d0aac0 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.