mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
typo fix bust/must
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16895 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d97d8e53f3
commit
258f629dc8
@ -63,7 +63,7 @@ static float get_delay();
|
||||
static int control(int cmd, int arg);
|
||||
This is for reading/setting plugin-specific and other special
|
||||
parameters and can be used for keyboard input for example. All
|
||||
plugins bust respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part
|
||||
plugins must respond to cmd=AOCONTROL_PLUGIN_SET_LEN which is part
|
||||
of the initialization of the plugin. When this command is received
|
||||
the parameter pl_delay.len will contain the maximum size of data the
|
||||
plugin can produce. This can be used for calculating and allocating
|
||||
|
Loading…
Reference in New Issue
Block a user