diff options
author | Loren Merritt <lorenm@u.washington.edu> | 2008-02-25 10:34:23 +0000 |
---|---|---|
committer | Loren Merritt <lorenm@u.washington.edu> | 2008-02-25 10:34:23 +0000 |
commit | 4a5b619df74ea6a5d476fc4f91cbb98b5aa5098a (patch) | |
tree | f849d05ca31ee77c5aae23d20320c49755f50c9b /libavcodec/png.h | |
parent | e281d6844b4a40939bd21da1509b5afe139b6789 (diff) | |
download | ffmpeg-4a5b619df74ea6a5d476fc4f91cbb98b5aa5098a.tar.gz |
png filters
Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r-- | libavcodec/png.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/png.h b/libavcodec/png.h index e6fced7f37..3043471194 100644 --- a/libavcodec/png.h +++ b/libavcodec/png.h @@ -39,6 +39,7 @@ #define PNG_FILTER_VALUE_UP 2 #define PNG_FILTER_VALUE_AVG 3 #define PNG_FILTER_VALUE_PAETH 4 +#define PNG_FILTER_VALUE_MIXED 5 #define PNG_IHDR 0x0001 #define PNG_IDAT 0x0002 |