From 4a5b619df74ea6a5d476fc4f91cbb98b5aa5098a Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Mon, 25 Feb 2008 10:34:23 +0000 Subject: png filters Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/png.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/png.h') 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 -- cgit v1.2.3