mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
Fix some typos in code comments
Signed-off-by: wm4 <wm4@nowhere>
This commit is contained in:
@@ -602,7 +602,7 @@ typedef enum mpv_format {
|
||||
* Example for writing:
|
||||
*
|
||||
* int flag = 1;
|
||||
* mpv_set_property(ctx, "property", MPV_FORMAT_STRING, &flag);
|
||||
* mpv_set_property(ctx, "property", MPV_FORMAT_FLAG, &flag);
|
||||
*/
|
||||
MPV_FORMAT_FLAG = 3,
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user