summaryrefslogtreecommitdiffstats
path: root/libavcodec/png.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-03-22 22:52:55 +0100
committerClément Bœsch <ubitux@gmail.com>2012-03-22 22:53:51 +0100
commit50a3867bab1762b98339d9ef9cafd05b4b3bcced (patch)
tree299e22b4755229cd7cf7cd2b2c82096059f70dce /libavcodec/png.h
parentabdcb4918c14611b5771e1c3c256052041442267 (diff)
downloadffmpeg-streaming-50a3867bab1762b98339d9ef9cafd05b4b3bcced.zip
ffmpeg-streaming-50a3867bab1762b98339d9ef9cafd05b4b3bcced.tar.gz
png: make ff_png_pass_mask local to pngdec.
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r--libavcodec/png.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h
index bab5224..4b30ba3 100644
--- a/libavcodec/png.h
+++ b/libavcodec/png.h
@@ -55,9 +55,6 @@ extern const uint8_t ff_mngsig[8];
/* Mask to determine which y pixels are valid in a pass */
extern const uint8_t ff_png_pass_ymask[NB_PASSES];
-/* Mask to determine which pixels are valid in a pass */
-extern const uint8_t ff_png_pass_mask[NB_PASSES];
-
void *ff_png_zalloc(void *opaque, unsigned int items, unsigned int size);
void ff_png_zfree(void *opaque, void *ptr);
OpenPOWER on IntegriCloud