X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh263dec.c;h=288a0cd4311414b53cf170b38d327695755ed78f;hb=c68a3ab96ec0497ae2d627ddd30c61737d18173e;hp=bcb2b08bb0f38121d04f9f45ee3039ee51187771;hpb=b48ed00403603f5d850eaa7b3e2fcda9ef98fb1c;p=ffmpeg diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index bcb2b08bb0f..288a0cd4311 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -603,13 +603,6 @@ retry: if (!s->divx_packed) ff_thread_finish_setup(avctx); -#if FF_API_CAP_VDPAU - if (CONFIG_MPEG4_VDPAU_DECODER && (s->avctx->codec->capabilities & AV_CODEC_CAP_HWACCEL_VDPAU)) { - ff_vdpau_mpeg4_decode_picture(avctx->priv_data, s->gb.buffer, s->gb.buffer_end - s->gb.buffer); - goto frame_end; - } -#endif - if (avctx->hwaccel) { ret = avctx->hwaccel->start_frame(avctx, s->gb.buffer, s->gb.buffer_end - s->gb.buffer);