[FFmpeg-devel] [PATCH]Enhance VDPAU documentation

matthieu castet castet.matthieu
Thu Oct 22 22:29:36 CEST 2009


Hi,

BTW does somebody know if vdpau and hwaccel will be merged together.
Lot's of code seems identical [1]


Matthieu

[1]
    if (avctx->hwaccel) {
        if (avctx->hwaccel->end_frame(avctx) < 0)
            av_log(avctx, AV_LOG_ERROR, "hardware accelerator failed to decode
picture\n");
    }

    if (CONFIG_H264_VDPAU_DECODER &&
s->avctx->codec->capabilities&CODEC_CAP_HWACCEL_VDPAU)
        ff_vdpau_h264_picture_complete(s);




More information about the ffmpeg-devel mailing list