提交 40cea1f6 编写于 作者: R Romain Vimont

Remove obsolete comment

Commit 2a94a2b1 removed video_buffer
callbacks, the comment is now meaningless.
上级 099cba07
...@@ -18,12 +18,6 @@ typedef struct AVFrame AVFrame; ...@@ -18,12 +18,6 @@ typedef struct AVFrame AVFrame;
* If a pending frame has not been consumed when the producer pushes a new * If a pending frame has not been consumed when the producer pushes a new
* frame, then it is lost. The intent is to always provide access to the very * frame, then it is lost. The intent is to always provide access to the very
* last frame to minimize latency. * last frame to minimize latency.
*
* The producer and the consumer typically do not live in the same thread.
* That's the reason why the callback on_frame_available() does not provide the
* frame as parameter: the consumer might post an event to its own thread to
* retrieve the pending frame from there, and that frame may have changed since
* the callback if producer pushed a new one in between.
*/ */
struct video_buffer { struct video_buffer {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册