pngdec: use png_error() as recommended by libpng docs to signal an error
authorStefan Kost <ensonic@users.sf.net>
Mon, 8 Nov 2010 12:47:04 +0000 (14:47 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 3 Dec 2010 07:49:26 +0000 (09:49 +0200)
commita513a7be7548a27a516e7f62468284bf09b1fcc1
treeaa114315bfcc38cba8a3fcc19c5124f7f4861d64
parent6511730ba1dc6dad2eee93836a77bdf16746e7fb
pngdec: use png_error() as recommended by libpng docs to signal an error

Without that the element loops endlessly on broekn pngs. Fixes #634314
ext/libpng/gstpngdec.c