diff png.c @ 6406:49dcfab1bda3 libavcodec

decode mng color decorrelation
author lorenm
date Tue, 26 Feb 2008 10:21:33 +0000
parents a8c48a070cff
children 04423b2f6e0b
line wrap: on
line diff
--- a/png.c	Tue Feb 26 09:35:21 2008 +0000
+++ b/png.c	Tue Feb 26 10:21:33 2008 +0000
@@ -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] = {