summaryrefslogtreecommitdiff
path: root/libavcodec/cuviddec.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-10-26 00:18:46 +0100
committerMark Thompson <sw@jkqxz.net>2017-11-26 21:41:14 +0000
commitda4e02b1961572c15d7cd6a701d153155f196477 (patch)
tree6830687d77b736cdb8656b2d621f1444e5bc243a /libavcodec/cuviddec.c
parent9bd326ac465db2eee47301a1225d55dffd7bfe93 (diff)
lavc: Delete all fake hwaccels
They are now unused.
Diffstat (limited to 'libavcodec/cuviddec.c')
-rw-r--r--libavcodec/cuviddec.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c
index 33e9140f89..96d56f406a 100644
--- a/libavcodec/cuviddec.c
+++ b/libavcodec/cuviddec.c
@@ -1115,12 +1115,6 @@ static const AVCodecHWConfigInternal *cuvid_hw_configs[] = {
.option = options, \
.version = LIBAVUTIL_VERSION_INT, \
}; \
- AVHWAccel ff_##x##_cuvid_hwaccel = { \
- .name = #x "_cuvid", \
- .type = AVMEDIA_TYPE_VIDEO, \
- .id = AV_CODEC_ID_##X, \
- .pix_fmt = AV_PIX_FMT_CUDA, \
- }; \
AVCodec ff_##x##_cuvid_decoder = { \
.name = #x "_cuvid", \
.long_name = NULL_IF_CONFIG_SMALL("Nvidia CUVID " #X " decoder"), \