summaryrefslogtreecommitdiff
path: root/libavcodec/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/png.h')
-rw-r--r--libavcodec/png.h1
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