mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 19:05:33 +00:00
10l: Remove debug printf() from last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28737 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2614be14cc
commit
cd1dc957fe
@ -1017,7 +1017,6 @@ static int control(uint32_t request, void *data, ...)
|
||||
return VO_TRUE;
|
||||
case VOCTRL_SET_DEINTERLACE:
|
||||
deint = *(int*)data;
|
||||
printf("Set to %d. \n", deint);
|
||||
return VO_TRUE;
|
||||
case VOCTRL_PAUSE:
|
||||
return (int_pause = 1);
|
||||
|
Loading…
Reference in New Issue
Block a user