diff png.h @ 11375:84963c795459 libavcodec

Move some prototypes from dsputil.c to reasonable header files
author mru
date Sat, 06 Mar 2010 22:36:45 +0000
parents 04423b2f6e0b
children
line wrap: on
line diff
--- a/png.h	Sat Mar 06 22:36:41 2010 +0000
+++ b/png.h	Sat Mar 06 22:36:45 2010 +0000
@@ -73,4 +73,6 @@
 /* compute the row size of an interleaved pass */
 int ff_png_pass_row_size(int pass, int bits_per_pixel, int width);
 
+void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp);
+
 #endif /* AVCODEC_PNG_H */