[FFmpeg-devel] [PATCH 2/2] avcodec: Implement vc1 nvdec hwaccel
Moritz Barsnick
barsnick at gmx.net
Tue Nov 14 22:07:45 EET 2017
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?
> + 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. ;-)
Moritz
More information about the ffmpeg-devel
mailing list