This change would be largely trivial except for the need to adjust the logic in ff_alloc_picture.
Philip Langdale (2): avcodec: Don't assume separate u and v planes in ff_alloc_picture avcodec: Implement vc1 nvdec hwaccel configure | 3 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 2 + libavcodec/mpegpicture.c | 4 +- libavcodec/nvdec.c | 2 + libavcodec/nvdec_vc1.c | 184 +++++++++++++++++++++++++++++++++++++++++++++++ libavcodec/vc1dec.c | 3 + 7 files changed, 198 insertions(+), 1 deletion(-) create mode 100644 libavcodec/nvdec_vc1.c -- 2.14.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel