On Thu, 14 Dec 2017 16:01:49 +0000
Aman Gupta <[email protected]> wrote:
> > diff --git a/libavcodec/videotoolboxenc.c b/libavcodec/videotoolboxenc.c
> > index 086beb41fc..c47e5c4045 100644
> > --- a/libavcodec/videotoolboxenc.c
> > +++ b/libavcodec/videotoolboxenc.c
> > @@ -2599,8 +2599,9 @@ AVCodec ff_hevc_videotoolbox_encoder = {
> > .init = vtenc_init,
> > .encode2 = vtenc_frame,
> > .close = vtenc_close,
> > - .capabilities = AV_CODEC_CAP_DELAY,
> > + .capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_HARSWARE,
>
>
> Typo, s/HARS/HARD/
Thanks, fixed locally.
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel