diff options
author | Diego Elio Pettenò <flameeyes@gmail.com> | 2011-01-25 02:29:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-01-26 03:43:32 +0100 |
commit | ff0d737d6e6708f86a4545af6489e3cfe5284c9a (patch) | |
tree | bd78fde7f521a7df99721efb70c91ff6fd75cbe2 /libavcodec/png.h | |
parent | 998d9ee7a446b421505978a45f947bc47d384957 (diff) | |
download | ffmpeg-ff0d737d6e6708f86a4545af6489e3cfe5284c9a.tar.gz |
Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c.
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit f2e246f576cd53e75b3696e1db418be98fbda76f)
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r-- | libavcodec/png.h | 6 |
1 files changed, 0 insertions, 6 deletions
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]; |