|
|
|
@ -154,9 +154,10 @@ int ff_v4l2_context_dequeue_packet(V4L2Context* ctx, AVPacket* pkt); |
|
|
|
|
* The frame must be non NULL. |
|
|
|
|
* @param[in] ctx The V4L2Context to dequeue from. |
|
|
|
|
* @param[inout] f The AVFrame to dequeue to. |
|
|
|
|
* @param[in] timeout The timeout for dequeue (-1 to block, 0 to return immediately, or milliseconds) |
|
|
|
|
* @return 0 in case of success, AVERROR(EAGAIN) if no buffer was ready, another negative error in case of error. |
|
|
|
|
*/ |
|
|
|
|
int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f); |
|
|
|
|
int ff_v4l2_context_dequeue_frame(V4L2Context* ctx, AVFrame* f, int timeout); |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Enqueues a buffer to a V4L2Context from an AVPacket |
|
|
|
|