pinterf / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
208 stars 24 forks source link

BitsPerPixel fix #6

Closed qyot27 closed 8 years ago

qyot27 commented 8 years ago

With this, BitsPerPixel actually returns bits for planar formats (which was the source of the problem I was encountering), and not bytes.

Also fix that errant reference to ConvertStackedToNative I mentioned before.

pinterf commented 8 years ago

Ohh what a stupid mistake I made. Thanks.