summaryrefslogtreecommitdiffstats
path: root/libavcodec/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r--libavcodec/png.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h
index 7c0ab9f..bab5224 100644
--- a/libavcodec/png.h
+++ b/libavcodec/png.h
@@ -55,12 +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];
-/* minimum x value */
-extern const uint8_t ff_png_pass_xmin[NB_PASSES];
-
-/* x shift to get row width */
-extern const uint8_t ff_png_pass_xshift[NB_PASSES];
-
/* Mask to determine which pixels are valid in a pass */
extern const uint8_t ff_png_pass_mask[NB_PASSES];
OpenPOWER on IntegriCloud