[Mplayer-cvslog] CVS: main/libvo vo_xvidix.c,1.16,1.17
Alex Beregszaszi
alex at naxine.org
Fri Feb 1 13:51:21 CET 2002
On Fri, Feb 01, 2002 at 11:20:03AM +0100, Nick Kurshev wrote:
> Update of /cvsroot/mplayer/main/libvo
> In directory mplayer:/var/tmp.root/cvs-serv24355/main/libvo
>
> Modified Files:
> vo_xvidix.c
> Log Message:
> Alex! Never write bottlenecks, ok?
Hey? I don't understand you...
>
> Index: vo_xvidix.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/vo_xvidix.c,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -r1.16 -r1.17
> --- vo_xvidix.c 31 Jan 2002 11:49:30 -0000 1.16
> +++ vo_xvidix.c 1 Feb 2002 10:20:00 -0000 1.17
> @@ -202,7 +202,7 @@
> image_height = height;
> image_width = width;
> image_format = format;
> -
> +
> if (IMGFMT_IS_RGB(format))
> {
> image_depth = IMGFMT_RGB_DEPTH(format);
> @@ -225,9 +225,10 @@
> image_depth = 16;
> break;
> default:
> + image_depth = 16;
> mp_msg(MSGT_VO, MSGL_FATAL, "Unknown image format: %s\n",
> vo_format_name(format));
> - return(-1);
> + break;
> }
>
> if (X_already_started)
>
> _______________________________________________
> Mplayer-cvslog mailing list
> Mplayer-cvslog at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list