summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolboxenc.c
Commit message (Collapse)AuthorAge
* lavc/videotoolboxenc: remove *_NULLABLE annotations; fixes pre-10.11 buildRodger Combs2016-03-02
| | | | | | | These macros were added in OS X 10.11, and the file compiles without warnings on both 10.10 and 10.11 with them removed. Thanks to mark4o on IRC for pointing out the failure and testing the patch.
* lavc: add VideoToolbox H.264 EncoderRick Kern2016-03-02
Autodetected by default. Encode using -codec:v h264_videotoolbox. Signed-off-by: Rick Kern <kernrj@gmail.com> Signed-off-by: wm4 <nfxjfg@googlemail.com>