summaryrefslogtreecommitdiffstats
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-11-02 11:58:01 +0100
committerHendrik Leppkes <h.leppkes@gmail.com>2015-11-02 11:58:01 +0100
commitd15adeacf3e61cd8d2169c090bf06f6d8fc62f8b (patch)
tree501bec80e50a7dea73cbf7a9d0f43af5d1b587e6 /libavcodec/allcodecs.c
parentb0b752334c29890020d9cb12a348cc9e6320f5e3 (diff)
parentd35d0c723e3c8fc8cde76bf677f67928f5e179a8 (diff)
downloadffmpeg-streaming-d15adeacf3e61cd8d2169c090bf06f6d8fc62f8b.zip
ffmpeg-streaming-d15adeacf3e61cd8d2169c090bf06f6d8fc62f8b.tar.gz
Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8'
* commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8': vdpau: remove dysfunctional H.263 support Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 49478a1..29225bf 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -75,7 +75,6 @@ void avcodec_register_all(void)
/* hardware accelerators */
REGISTER_HWACCEL(H263_VAAPI, h263_vaapi);
- REGISTER_HWACCEL(H263_VDPAU, h263_vdpau);
REGISTER_HWACCEL(H263_VIDEOTOOLBOX, h263_videotoolbox);
REGISTER_HWACCEL(H264_D3D11VA, h264_d3d11va);
REGISTER_HWACCEL(H264_DXVA2, h264_dxva2);
OpenPOWER on IntegriCloud