diff options
author | Philip Langdale <philipl@overt.org> | 2015-08-03 20:58:05 -0700 |
---|---|---|
committer | Philip Langdale <philipl@overt.org> | 2015-08-04 08:22:19 -0700 |
commit | aa10f0aab0e2729e0a5edbd7b6838658d63421e1 (patch) | |
tree | b599ead1270790cf7a0208a705a2c55ffeab31d8 /libavcodec/vdpau_hevc.c | |
parent | dec16372df3a97a7772ddc5063795316191f77d7 (diff) | |
download | ffmpeg-aa10f0aab0e2729e0a5edbd7b6838658d63421e1.tar.gz |
avcodec/vdpau_hevc: Remove experimental flag
The latest nvidia 355.06 drivers fixes the interleaving bug when
video surfaces are rendered. It still seems to be broken for
read-back with getBits but that's sufficiently uninteresting that
I don't think we need to wait for it to remove the flag.
Diffstat (limited to 'libavcodec/vdpau_hevc.c')
-rw-r--r-- | libavcodec/vdpau_hevc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/vdpau_hevc.c b/libavcodec/vdpau_hevc.c index 736d66a6f7..4ac324960b 100644 --- a/libavcodec/vdpau_hevc.c +++ b/libavcodec/vdpau_hevc.c @@ -427,7 +427,6 @@ AVHWAccel ff_hevc_vdpau_hwaccel = { .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_HEVC, .pix_fmt = AV_PIX_FMT_VDPAU, - .capabilities = HWACCEL_CODEC_CAP_EXPERIMENTAL, .start_frame = vdpau_hevc_start_frame, .end_frame = vdpau_hevc_end_frame, .decode_slice = vdpau_hevc_decode_slice, |