[Mplayer-cvslog] CVS: main/postproc postprocess.h,1.5,1.6
Arpi of Ize
arpi at mplayer.dev.hu
Sat Oct 13 17:38:26 CEST 2001
Update of /cvsroot/mplayer/main/postproc
In directory mplayer:/var/tmp.root/cvs-serv2937
Modified Files:
postprocess.h
Log Message:
small changes for mplayer integration:
- getModeForQuality -> getPpModeForQuality renamed
- #define POSTPROCESS_H -> NEWPOSTPROCESS_H (to avoid conflicts)
Index: postprocess.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- postprocess.h 13 Oct 2001 02:31:15 -0000 1.5
+++ postprocess.h 13 Oct 2001 15:38:19 -0000 1.6
@@ -16,9 +16,9 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
-#ifndef POSTPROCESS_H
-#define POSTPROCESS_H
+// POSTPROCESS_H is defined by opendivx's postprocess.h
+#ifndef NEWPOSTPROCESS_H
+#define NEWPOSTPROCESS_H
#define BLOCK_SIZE 8
#define TEMP_STRIDE 8
@@ -66,8 +66,8 @@
//#ifdef __cplusplus
//#include <inttypes.h>
-void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
- QP_STORE_T QPs[], int QPStride, int isColor, int mode);
+//void postProcess(uint8_t src[], int srcStride, uint8_t dst[], int dstStride, int width, int height,
+// QP_STORE_T QPs[], int QPStride, int isColor, int mode);
//#endif
//#ifdef __cplusplus
@@ -77,13 +77,12 @@
void 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,
- int mode);
-
-int getModeForQuality(int quality);
+ QP_STORE_T *QP_store, int QP_stride, int mode);
+int getPpModeForQuality(int quality);
//#ifdef __cplusplus
//}
//#endif
+#define GET_PP_QUALITY_MAX 6
#endif
More information about the MPlayer-cvslog
mailing list