strukturag / libde265.js

JavaScript-only version of libde265 HEVC/H.265 decoder.
GNU Lesser General Public License v3.0
601 stars 163 forks source link

Unsupported 10 bit video in 8 bit array? #15

Closed adminy closed 7 years ago

adminy commented 7 years ago

I know you haven't implemented 10 bit yuv420 to rgb yet so I tried implementing it myself. I noticed the Y U and V arrays are from 0 to 255 but thats not 10 bit. I figured it out, it was cake xD