summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ffmpeg.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2012-08-22 15:54:56 +0300
committerwm4 <wm4@nowhere>2012-08-28 23:26:16 +0200
commitd5aa8dc88f00ac07f2f35788a230385abd404634 (patch)
tree88810e1e576192936a2731e7066fb82882b7a2d5 /libmpcodecs/vd_ffmpeg.c
parentda374c40de9ca166c04cccc0ce526407f5e58e8e (diff)
downloadmpv-d5aa8dc88f00ac07f2f35788a230385abd404634.tar.bz2
mpv-d5aa8dc88f00ac07f2f35788a230385abd404634.tar.xz
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.
Diffstat (limited to 'libmpcodecs/vd_ffmpeg.c')
-rw-r--r--libmpcodecs/vd_ffmpeg.c3
1 files changed, 0 insertions, 3 deletions
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");