[Mplayer-cvslog] CVS: main/libmpcodecs vf_pp.c,1.23,1.24 dec_video.c,1.156,1.157

Michael Niedermayer CVS michael at mplayerhq.hu
Fri Feb 14 22:45:47 CET 2003


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv28693/libmpcodecs

Modified Files:
	vf_pp.c dec_video.c 
Log Message:
moving postprocess code to libavcodec


Index: vf_pp.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_pp.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- vf_pp.c	5 Jan 2003 19:10:26 -0000	1.23
+++ vf_pp.c	14 Feb 2003 21:45:44 -0000	1.24
@@ -16,12 +16,14 @@
 #include "mp_image.h"
 #include "vf.h"
 
+#ifdef USE_LIBAVCODEC
+
 #define EMU_OLD
 
-#include "../postproc/postprocess.h"
+#include "../libavcodec/libpostproc/postprocess.h"
 
 #ifdef EMU_OLD
-#include "../postproc/postprocess_internal.h"
+#include "../libavcodec/libpostproc/postprocess_internal.h"
 #endif
 
 struct vf_priv_s {
@@ -241,3 +243,5 @@
 };
 
 //===========================================================================//
+
+#endif // USE_LIBAVCODEC

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/dec_video.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- dec_video.c	9 Feb 2003 20:18:21 -0000	1.156
+++ dec_video.c	14 Feb 2003 21:45:44 -0000	1.157
@@ -37,8 +37,6 @@
 extern double video_time_usage;
 extern double vout_time_usage;
 
-#include "postproc/postprocess.h"
-
 #include "cpudetect.h"
 
 int divx_quality=0;



More information about the MPlayer-cvslog mailing list