1
mirror of https://github.com/mpv-player/mpv synced 2024-09-12 23:45:53 +02: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:
reimar 2005-04-27 12:43:30 +00:00
parent 962ae771db
commit f9dfc7f46e

View File

@ -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)|