]> git.sesse.net Git - ffmpeg/commit
avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEVC on iOS
authorAman Gupta <aman@tmm1.net>
Thu, 19 Apr 2018 22:34:01 +0000 (15:34 -0700)
committerAman Gupta <aman@tmm1.net>
Sat, 5 May 2018 01:24:49 +0000 (18:24 -0700)
commitbcff983dc340e76518935111146c0e1daf4cb37b
tree853e80d3925cb836365a7ec7cb868c4e5fb666a4
parent84e03db9a334611d261cb09c534a56bf57a49cd9
avcodec/videotoolbox: fix kVTCouldNotFindVideoDecoderErr trying to decode HEVC on iOS

Older iOS devices don't have a hardware HEVC decoder, but the
software decoder offered by VideoToolbox is well-optimized and
performs much better than the ffmpeg decoder.

Signed-off-by: Aman Gupta <aman@tmm1.net>
libavcodec/videotoolbox.c