summaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvdec_other.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-10-26 00:18:46 +0100
committerMark Thompson <sw@jkqxz.net>2017-12-19 23:22:35 +0000
commit2a4d34d462d60799e045c370dc9b2505f18365e7 (patch)
tree9db5d9e2c0ecee5a9e2173825b36ced72243d42d /libavcodec/qsvdec_other.c
parent433522a1b985ef03bdb3ea77714f708b8ee014ae (diff)
downloadffmpeg-streaming-2a4d34d462d60799e045c370dc9b2505f18365e7.zip
ffmpeg-streaming-2a4d34d462d60799e045c370dc9b2505f18365e7.tar.gz
lavc: Delete all fake hwaccels
They are now unused.
Diffstat (limited to 'libavcodec/qsvdec_other.c')
-rw-r--r--libavcodec/qsvdec_other.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/libavcodec/qsvdec_other.c b/libavcodec/qsvdec_other.c
index 63cc113..90693ed 100644
--- a/libavcodec/qsvdec_other.c
+++ b/libavcodec/qsvdec_other.c
@@ -163,15 +163,6 @@ static const AVOption options[] = {
{ NULL },
};
-#if CONFIG_MPEG2_QSV_HWACCEL
-AVHWAccel ff_mpeg2_qsv_hwaccel = {
- .name = "mpeg2_qsv",
- .type = AVMEDIA_TYPE_VIDEO,
- .id = AV_CODEC_ID_MPEG2VIDEO,
- .pix_fmt = AV_PIX_FMT_QSV,
-};
-#endif
-
#if CONFIG_MPEG2_QSV_DECODER
static const AVClass mpeg2_qsv_class = {
.class_name = "mpeg2_qsv",
@@ -200,15 +191,6 @@ AVCodec ff_mpeg2_qsv_decoder = {
};
#endif
-#if CONFIG_VC1_QSV_HWACCEL
-AVHWAccel ff_vc1_qsv_hwaccel = {
- .name = "vc1_qsv",
- .type = AVMEDIA_TYPE_VIDEO,
- .id = AV_CODEC_ID_VC1,
- .pix_fmt = AV_PIX_FMT_QSV,
-};
-#endif
-
#if CONFIG_VC1_QSV_DECODER
static const AVClass vc1_qsv_class = {
.class_name = "vc1_qsv",
@@ -237,15 +219,6 @@ AVCodec ff_vc1_qsv_decoder = {
};
#endif
-#if CONFIG_VP8_QSV_HWACCEL
-AVHWAccel ff_vp8_qsv_hwaccel = {
- .name = "vp8_qsv",
- .type = AVMEDIA_TYPE_VIDEO,
- .id = AV_CODEC_ID_VP8,
- .pix_fmt = AV_PIX_FMT_QSV,
-};
-#endif
-
#if CONFIG_VP8_QSV_DECODER
static const AVClass vp8_qsv_class = {
.class_name = "vp8_qsv",
OpenPOWER on IntegriCloud