Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec/cuvid: add cuvid decoder
2016-06-07 1:08 GMT+03:00 Timo Rothenpieler : > +if (ctx->cudecoder) { > +av_log(avctx, AV_LOG_ERROR, "re-initializing decoder is not > supported\n"); > +ctx->internal_error = AVERROR(EINVAL); > +return 0; > +} > + > +if (hwframe_ctx->pool) { > +av_log(a
[FFmpeg-devel] [PATCH v2 1/2] avcodec/cuvid: add cuvid decoder
--- Changelog | 2 + MAINTAINERS| 1 + configure | 20 ++ libavcodec/Makefile| 2 + libavcodec/allcodecs.c | 4 + libavcodec/cuvid.c | 602 + libavcodec/version.h | 4 +- 7 files changed, 633