]> git.sesse.net Git - ffmpeg/commit
lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.
authorRick Kern <kernrj@gmail.com>
Sun, 12 May 2019 20:05:51 +0000 (16:05 -0400)
committerRick Kern <rick@8birdsvideo.com>
Sun, 12 May 2019 20:30:11 +0000 (16:30 -0400)
commit98478c05edb674ec429c298fbe593bda493ba60f
treed0bcb36ee92a705c64cf89c8742ed602ce2c7189
parent714c8b0766244f1a304fe05a9489929118787f58
lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.

Hardware-accelerated encoding may not support 10-bit encoding. Use
'-require_sw 1' in this case.

Fixes: #7581
Signed-off-by: Rick Kern <kernrj@gmail.com>
libavcodec/videotoolboxenc.c