[Mplayer-cvslog] CVS: main/opendivx postprocess.c,1.4,1.5 postprocess.h,1.1.1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Sat Oct 13 17:38:47 CEST 2001
Update of /cvsroot/mplayer/main/opendivx
In directory mplayer:/var/tmp.root/cvs-serv3043
Modified Files:
postprocess.c postprocess.h
Log Message:
renamed to odivx_postprocess
Index: postprocess.c
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/postprocess.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- postprocess.c 27 Sep 2001 19:10:49 -0000 1.4
+++ postprocess.c 13 Oct 2001 15:38:45 -0000 1.5
@@ -597,7 +597,7 @@
}
}
-void postprocess(unsigned char * src[], int src_stride,
+void odivx_postprocess(unsigned char * src[], int src_stride,
unsigned char * dst[], int dst_stride,
int horizontal_size, int vertical_size,
QP_STORE_T *QP_store, int QP_stride,
Index: postprocess.h
===================================================================
RCS file: /cvsroot/mplayer/main/opendivx/postprocess.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- postprocess.h 24 Feb 2001 20:31:22 -0000 1.1.1.1
+++ postprocess.h 13 Oct 2001 15:38:45 -0000 1.2
@@ -77,7 +77,7 @@
#define PP_DERING_Y_MASK 0x000000ff
/**** Function prototype - entry point for postprocessing ****/
-void postprocess(unsigned char * src[], int src_stride,
+void odivx_postprocess(unsigned char * src[], int src_stride,
unsigned char * dst[], int dst_stride,
int horizontal_size, int vertical_size,
QP_STORE_T *QP_store, int QP_stride,
More information about the MPlayer-cvslog
mailing list