From f2e246f576cd53e75b3696e1db418be98fbda76f Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Tue, 25 Jan 2011 02:29:41 +0100 Subject: Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. Signed-off-by: Janne Grunau --- libavcodec/png.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libavcodec/png.h') diff --git a/libavcodec/png.h b/libavcodec/png.h index 7c0ab9f6c6..bab5224851 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]; -- cgit v1.2.3