mirror of
https://github.com/mpv-player/mpv
synced 2025-04-26 13:19:12 +00:00
Remove excessive ()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30557 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e8d058b8ef
commit
3e5d40ff2e
@ -45,7 +45,7 @@ LIBVD_EXTERN(theora)
|
|||||||
static int control(sh_video_t *sh,int cmd,void* arg,...){
|
static int control(sh_video_t *sh,int cmd,void* arg,...){
|
||||||
switch(cmd) {
|
switch(cmd) {
|
||||||
case VDCTRL_QUERY_FORMAT:
|
case VDCTRL_QUERY_FORMAT:
|
||||||
if ((*((int*)arg)) == IMGFMT_YV12)
|
if (*(int*)arg == IMGFMT_YV12)
|
||||||
return CONTROL_TRUE;
|
return CONTROL_TRUE;
|
||||||
return CONTROL_FALSE;
|
return CONTROL_FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user