P1sec / pycrate

A Python library to ease the development of encoders and decoders for various protocols and file formats; contains ASN.1 and CSN.1 compilers.
GNU Lesser General Public License v2.1
381 stars 132 forks source link

Typo in PNG #173

Closed benjaminbecker closed 2 years ago

benjaminbecker commented 2 years ago

By accident I found a possible typo in PNG.py:

https://github.com/P1sec/pycrate/blob/356c5db3d8f34ecf8dcff8ad64ec7e029ee1fd86/pycrate_media/PNG.py#L63

I think in this line _FilterMeth_dict should be used.

If someone comfirms this, I can send a PR.

p1-bmu commented 2 years ago

Thanks for spotting this. Fixed with b6e12c6.