[FFmpeg-devel] [PATCH 1/3] avcodec/vdpau_hevc: Remove experimental flag

wm4 nfxjfg at googlemail.com
Tue Aug 4 09:13:31 CEST 2015


On Mon,  3 Aug 2015 21:04:57 -0700
Philip Langdale <philipl at overt.org> wrote:

> 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.
> 
> Signed-off-by: Philip Langdale <philipl at overt.org>
> ---
>  libavcodec/vdpau_hevc.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libavcodec/vdpau_hevc.c b/libavcodec/vdpau_hevc.c
> index 736d66a..4ac3249 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,

Seems ok, as the buggy driver didn't get a chance to spread all that
much.


More information about the ffmpeg-devel mailing list