Revision 5b21bdab libavcodec/png.h
libavcodec/png.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVCODEC_PNG_H
|
|
23 |
#define AVCODEC_PNG_H
|
|
22 |
#ifndef FFMPEG_PNG_H
|
|
23 |
#define FFMPEG_PNG_H
|
|
24 | 24 |
|
25 | 25 |
#include <stdint.h> |
26 | 26 |
|
... | ... | |
71 | 71 |
/* compute the row size of an interleaved pass */ |
72 | 72 |
extern int ff_png_pass_row_size(int pass, int bits_per_pixel, int width); |
73 | 73 |
|
74 |
#endif |
|
74 |
#endif /* FFMPEG_PNG_H */ |
Also available in: Unified diff