summaryrefslogtreecommitdiff
path: root/libavcodec/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/png.c')
-rw-r--r--libavcodec/png.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/png.c b/libavcodec/png.c
index 969c14774f..c95ba3e10d 100644
--- a/libavcodec/png.c
+++ b/libavcodec/png.c
@@ -23,6 +23,7 @@
#include "png.h"
const uint8_t ff_pngsig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
+const uint8_t ff_mngsig[8] = {138, 77, 78, 71, 13, 10, 26, 10};
/* Mask to determine which y pixels are valid in a pass */
const uint8_t ff_png_pass_ymask[NB_PASSES] = {