diff options
author | Philip Langdale <philipl@overt.org> | 2016-10-30 10:30:27 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2016-10-30 15:47:37 -0700 |
commit | 21b68cdbae6576bb58c19dd44c0669293f7d05d1 (patch) | |
tree | 1395aa061f642c849aad331f9f1416cac786869b /configure | |
parent | 5540d6c1343e6d1e06d6601b7d35884761711e3e (diff) | |
download | ffmpeg-21b68cdbae6576bb58c19dd44c0669293f7d05d1.tar.gz |
avcodec/cuvid: Don't claim to decode h.263 (it doesn't)
Turns out cuvid doesn't support h.263.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2552,7 +2552,6 @@ videotoolbox_hwaccel_deps="videotoolbox pthreads" videotoolbox_hwaccel_extralibs="-framework QuartzCore" xvmc_deps="X11_extensions_XvMClib_h" -h263_cuvid_hwaccel_deps="cuda cuvid" h263_vaapi_hwaccel_deps="vaapi" h263_vaapi_hwaccel_select="h263_decoder" h263_videotoolbox_hwaccel_deps="videotoolbox" @@ -2696,8 +2695,6 @@ scale_npp_filter_deps="cuda libnpp" nvenc_deps_any="dlopen LoadLibrary" nvenc_encoder_deps="nvenc" -h263_cuvid_decoder_deps="cuda cuvid" -h263_cuvid_decoder_select="h263_cuvid_hwaccel" h264_cuvid_decoder_deps="cuda cuvid" h264_cuvid_decoder_select="h264_mp4toannexb_bsf h264_cuvid_hwaccel" h264_nvenc_encoder_deps="nvenc" |