[FFmpeg-devel] [PATCH 2/2] avcodec: Implement vc1 nvdec hwaccel

Philip Langdale philipl at overt.org
Wed Nov 15 05:43:54 EET 2017


On Tue, 14 Nov 2017 21:07:45 +0100
Moritz Barsnick <barsnick at gmx.net> wrote:

> On Tue, Nov 14, 2017 at 07:24:14 -0800, Philip Langdale wrote:
> > This hwaccel is interesting because it also works for wmv3/9
> > content, which is not supported by the nvidia parser used by
> > cuviddec.  
> 
> Nits:
> Changelog entry? Version bump?

Added in pushed change

> 
> > +    case AV_CODEC_ID_VC1:  return cudaVideoCodec_VC1;
> >      case AV_CODEC_ID_VP9:  return cudaVideoCodec_VP9;
> > +    case AV_CODEC_ID_WMV3:  return cudaVideoCodec_VC1;  
> 
> Alignment. ;-)

Gah, forgot. I'll fix when I add the next one :-)

--phil


More information about the ffmpeg-devel mailing list