mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 18:12:22 +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,...){
|
||||
switch(cmd) {
|
||||
case VDCTRL_QUERY_FORMAT:
|
||||
if ((*((int*)arg)) == IMGFMT_YV12)
|
||||
if (*(int*)arg == IMGFMT_YV12)
|
||||
return CONTROL_TRUE;
|
||||
return CONTROL_FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user