mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
various: fix typos
Found by codespell
This commit is contained in:
committed by
Dudemanguy
parent
24bed9b949
commit
292a5868cb
@@ -63,7 +63,7 @@ bool mp_pin_out_has_data(struct mp_pin *p);
|
||||
// frame is available, but to get proper data flow in filters, you should
|
||||
// probably follow the preferred conventions.)
|
||||
// If no frame is returned, a frame is automatically requested via
|
||||
// mp_pin_out_request_data() (so it might be retuned in the future).
|
||||
// mp_pin_out_request_data() (so it might be returned in the future).
|
||||
// If a frame is returned, no new frame is automatically requested (this is
|
||||
// usually not wanted, because it could lead to additional buffering).
|
||||
// This is guaranteed to return a non-NONE frame if mp_pin_out_has_data()
|
||||
|
||||
Reference in New Issue
Block a user