[Mplayer-cvslog] CVS: main/libvo vo_yuv4mpeg.c,1.14,1.15
Alex Beregszaszi
alex at mplayerhq.hu
Tue Sep 2 19:41:20 CEST 2003
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv15516
Modified Files:
vo_yuv4mpeg.c
Log Message:
1000l
Index: vo_yuv4mpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_yuv4mpeg.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vo_yuv4mpeg.c 14 Dec 2002 17:12:40 -0000 1.14
+++ vo_yuv4mpeg.c 2 Sep 2003 17:40:41 -0000 1.15
@@ -36,7 +36,7 @@
#include "fastmemcpy.h"
#include "../postproc/rgb2rgb.h"
-
+#include "../libmpcodecs/vf_scale.h"
static vo_info_t info =
{
@@ -106,6 +106,7 @@
if(using_format != IMGFMT_YV12)
{
+ sws_rgb2rgb_init(get_sws_cpuflags());
rgb_buffer = malloc(image_width * image_height * 3);
if (!rgb_buffer)
{
More information about the MPlayer-cvslog
mailing list