]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/png.h
10l: vorbisdec: declare dy
[ffmpeg] / libavcodec / png.h
index 17b1466fa87a295a82207f0dca5ccc72e439525e..7c0ab9f6c6055bbf2838ce8655670d73525dd6f1 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * PNG image format
- * Copyright (c) 2003 Fabrice Bellard.
+ * Copyright (c) 2003 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -73,4 +73,6 @@ int ff_png_get_nb_channels(int color_type);
 /* 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 */