From d5aa8dc88f00ac07f2f35788a230385abd404634 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Wed, 22 Aug 2012 15:54:56 +0300 Subject: cleanup: remove XvMC remains, reformat img_format.c Remove remaining references to XvMC. It was already not supported; remove references to the imgfmt too. Reformat img_format.c. --- libmpcodecs/vd_ffmpeg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libmpcodecs/vd_ffmpeg.c') diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c index b2150579ea..21c24a2702 100644 --- a/libmpcodecs/vd_ffmpeg.c +++ b/libmpcodecs/vd_ffmpeg.c @@ -194,9 +194,6 @@ static int init(sh_video_t *sh) avctx->release_buffer = release_buffer; avctx->reget_buffer = get_buffer; avctx->draw_horiz_band = draw_slice; - if (lavc_codec->capabilities & CODEC_CAP_HWACCEL) - mp_msg(MSGT_DECVIDEO, MSGL_V, "[VD_FFMPEG] XVMC-accelerated " - "MPEG-2.\n"); if (lavc_codec->capabilities & CODEC_CAP_HWACCEL_VDPAU) mp_msg(MSGT_DECVIDEO, MSGL_V, "[VD_FFMPEG] VDPAU hardware " "decoding.\n"); -- cgit v1.2.3