Mercurial > mplayer.hg
changeset 33204:00de7d752997
Support -vo xvmc without having to specify the codec explicitly.
author | reimar |
---|---|
date | Fri, 22 Apr 2011 09:17:58 +0000 |
parents | 6ef39cd0d5e1 |
children | 440893e38745 |
files | etc/codecs.conf |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Apr 22 09:16:22 2011 +0000 +++ b/etc/codecs.conf Fri Apr 22 09:17:58 2011 +0000 @@ -185,6 +185,8 @@ driver ffmpeg dll "mpeg1video" out YV12,I420,IYUV + out IDCT_MPEG2 + out MOCO_MPEG2 videocodec ffmpeg2 info "FFmpeg MPEG-2" @@ -220,6 +222,8 @@ dll "mpeg2video" out YV12,I420,IYUV out 422P,444P + out IDCT_MPEG2 + out MOCO_MPEG2 ; for backward compatibility videocodec ffmpeg12 @@ -258,6 +262,8 @@ dll "mpegvideo" out YV12,I420,IYUV out 422P,444P + out IDCT_MPEG2 + out MOCO_MPEG2 videocodec mpeg12 info "MPEG-1 or 2 (libmpeg2)"