[FFmpeg-devel] [PATCH] avcodec: add metadata to identify wrappers and hardware decoders
wm4
nfxjfg at googlemail.com
Thu Dec 14 18:57:24 EET 2017
On Thu, 14 Dec 2017 16:01:49 +0000
Aman Gupta <ffmpeg at tmm1.net> 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.
More information about the ffmpeg-devel
mailing list