summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2017-01-01 16:00:12 +0000
committerAnton Khirnov <anton@khirnov.net>2017-02-04 15:26:04 +0100
commitc475b02d9180affedcb49838436cf83889290d1f (patch)
tree0cb85c7602a424e28fbd2e0421d3a2aaab7f3edd
parentbfa4bd81fcb21565b71ae7982a53f7dea0c6c199 (diff)
wip: Disable decouple api supportcuvid
It will be updated to match the current internals.
-rw-r--r--libavcodec/cuvid.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/cuvid.c b/libavcodec/cuvid.c
index 942be81a51..21d66f3a73 100644
--- a/libavcodec/cuvid.c
+++ b/libavcodec/cuvid.c
@@ -835,8 +835,6 @@ static const AVOption options[] = {
.init = cuvid_decode_init, \
.close = cuvid_decode_end, \
.decode = cuvid_decode_frame, \
- .send_packet = cuvid_decode_packet, \
- .receive_frame = cuvid_output_frame, \
.flush = cuvid_flush, \
.capabilities = AV_CODEC_CAP_DELAY, \
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_CUDA, \