Remove obsolete comment
Commit 2a94a2b119
removed video_buffer
callbacks, the comment is now meaningless.
This commit is contained in:
parent
099cba07f0
commit
40cea1f677
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue