22 Oct
2002
22 Oct
'02
12:24 p.m.
Update of /cvsroot/mplayer/main/libmpcodecs In directory mail:/var/tmp.root/cvs-serv4536/libmpcodecs Modified Files: vf_1bpp.c Log Message: compiler warning fixes by Dominik Index: vf_1bpp.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_1bpp.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vf_1bpp.c 16 Oct 2002 18:40:03 -0000 1.1 +++ vf_1bpp.c 22 Oct 2002 16:24:23 -0000 1.2 @@ -148,7 +148,7 @@ break; default: mp_msg(MSGT_VFILTER,MSGL_ERR,"Unhandled format: 0x%X\n",dmpi->imgfmt); - return NULL; + return 0; } return vf_next_put_image(vf,dmpi);