[MPlayer-cvslog] CVS: main/libmpcodecs vf.c,1.112,1.113
Torinthiel
torinthiel at megapolis.pl
Tue Mar 8 22:38:19 CET 2005
On Tue, Mar 08, 2005 at 09:00:48PM +0100, Jindrich Makovicka CVS wrote:
>
> CVS change done by Jindrich Makovicka CVS
>
> Update of /cvsroot/mplayer/main/libmpcodecs
> In directory mail:/var2/tmp/cvs-serv3754
>
> Modified Files:
> vf.c
> Log Message:
> missing return statement (1e5l for me)
>
> Index: vf.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libmpcodecs/vf.c,v
> retrieving revision 1.112
> retrieving revision 1.113
> diff -u -r1.112 -r1.113
> --- vf.c 1 Mar 2005 20:21:58 -0000 1.112
> +++ vf.c 8 Mar 2005 20:00:45 -0000 1.113
> @@ -561,7 +561,7 @@
> if ((vf->fmt.orig_width != width)
> || (vf->fmt.orig_height != height)
> || (vf->fmt.orig_fmt != outfmt)) {
> - mp_msg(MSGT_VFILTER,MSGL_FATAL,MSGTR_ResolutionDoesntMatch);
> + mp_msg(MSGT_VFILTER,MSGL_ERROR,MSGTR_ResolutionDoesntMatch);
Now that's some cola.
vf.c: In function `vf_config_wrapper':
vf.c:564: `MSGL_ERROR' undeclared (first use in this function)
I don't know if the change is justifiable, but if so it should be MSGL_ERR (as
mp_msg.h states)
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3073512
torinthiel(at)megapolis(dot)pl
gpg: 0906A2CE fpr: EE3E DFB4 C4D6 E22E 8999 D714 7CEB CDDC 0906 A2CE
"No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-cvslog/attachments/20050308/d7347f8d/attachment.pgp>
More information about the MPlayer-cvslog
mailing list