command: plug another slop faucet · mpv-player/mpv@a3d4b59 · GitHub
//commit/show" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
//commit/show;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading. Please reload this page.
mpv-player
mpv
Public
Notifications<br>You must be signed in to change notification settings
Fork<br>3.4k
Star<br>36k
File tree<br>Expand file treeCollapse file tree<br>Open diff view settings
Filter options
player
command.c
Expand file treeCollapse file tree<br>Open diff view settings
Collapse file<br>player/command.c<br>Copy file name to clipboardExpand all lines: player/command.c<br>+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change@@ -5431,7 +5431,7 @@ static void cmd_overlay_add(void *pcmd)
54315431 MP_ERR(mpctx, "overlay-add: invalid id %d\n", id);<br>54325432 goto error;<br>54335433 }<br>5434- if (w 0 || h 0 || stride w * 4 || (stride % 4) || offset 0) {<br>5434+ if (w 0 || h 0 || stride / 4 w || (stride % 4) || offset 0) {<br>54355435 MP_ERR(mpctx, "overlay-add: inconsistent parameters\n");<br>54365436 goto error;<br>54375437 }
0 commit comments<br>Comments<br>0 (0)
You can’t perform that action at this time.