diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2015-10-28 21:21:51 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-10-30 12:46:56 +0100 |
commit | d35d0c723e3c8fc8cde76bf677f67928f5e179a8 (patch) | |
tree | bfccb84b4e2cc53031e458e8c84d127c22ba71bb /libavcodec/allcodecs.c | |
parent | f53583ea6e2e3fda4e4aa363f9a62cff4285affb (diff) | |
download | ffmpeg-d35d0c723e3c8fc8cde76bf677f67928f5e179a8.tar.gz |
vdpau: remove dysfunctional H.263 support
The VDPAU API never explicitly supported H.263 in the first place.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r-- | libavcodec/allcodecs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index 731b757700..0ad102cf26 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(H264_D3D11VA, h264_d3d11va); REGISTER_HWACCEL(H264_DXVA2, h264_dxva2); REGISTER_HWACCEL(H264_MMAL, h264_mmal); |