diff libpostproc/postprocess_template.c @ 98:eaae16507d9b libavcodec

final changes to convert to C
author michael
date Thu, 11 Oct 2001 23:28:58 +0000
parents e57b1d38d71f
children 4f072fa99ccf
line wrap: on
line diff
--- a/libpostproc/postprocess_template.c	Thu Oct 11 22:35:45 2001 +0000
+++ b/libpostproc/postprocess_template.c	Thu Oct 11 23:28:58 2001 +0000
@@ -1606,7 +1606,7 @@
  * the mode value is interpreted as a quality value if its negative, its range is then (-1 ... -63)
  * -63 is best quality -1 is worst
  */
-extern "C"{
+//extern "C"{
 void  postprocess(unsigned char * src[], int src_stride,
                  unsigned char * dst[], int dst_stride,
                  int horizontal_size,   int vertical_size,
@@ -1669,7 +1669,7 @@
 	return modes[ (quality*6) >>6 ];
 }
 
-} // extern "C"
+//} // extern "C"
 
 /**
  * Copies a block from src to dst and fixes the blacklevel