I am currently attempting to draw an image in openGL using YUV420 format (bi-planar). I receive raw data, and am attempting to parse it into a CVPixelBuffer, and then pass
I don't try the following approach on YUV, but it works on RGB case
https://developer.apple.com/library/ios/qa/qa1781/_index.html
add __bridge before CFDictionaryRef if ARC enabled.