comparison 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
comparison
equal deleted inserted replaced
11374:1cd8731bbe7f 11375:84963c795459
71 int ff_png_get_nb_channels(int color_type); 71 int ff_png_get_nb_channels(int color_type);
72 72
73 /* compute the row size of an interleaved pass */ 73 /* compute the row size of an interleaved pass */
74 int ff_png_pass_row_size(int pass, int bits_per_pixel, int width); 74 int ff_png_pass_row_size(int pass, int bits_per_pixel, int width);
75 75
76 void ff_add_png_paeth_prediction(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp);
77
76 #endif /* AVCODEC_PNG_H */ 78 #endif /* AVCODEC_PNG_H */