mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
typo, memset 0 was done on desc instead of cdesc, see bug #288
Patch by Marcus Meissner [ meissner at suse de ] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15275 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
962ae771db
commit
f9dfc7f46e
@ -134,7 +134,7 @@ static int config(struct vf_instance_s* vf,
|
||||
|
||||
|
||||
|
||||
memset(&desc,0,sizeof(cdesc));
|
||||
memset(&cdesc,0,sizeof(cdesc));
|
||||
cdesc.componentType= (((unsigned char)'i')<<24)|
|
||||
(((unsigned char)'m')<<16)|
|
||||
(((unsigned char)'c')<<8)|
|
||||
|
Loading…
Reference in New Issue
Block a user