summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/hwdec_ios.m
Commit message (Collapse)AuthorAgeFilesLines
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-171-0/+214
Implements --hwdec=videotoolbox on iOS. Similar to hwdec_osx.c, but using CVPixelBuffer APIs available on iOS instead of the equivalent IOSurface APIs in macOS.