diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-04-26 16:21:26 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-05-02 00:36:21 +0300 |
commit | d0376729d171a6c0b4cc15928c168f68adefbaa6 (patch) | |
tree | 22b153afd0e4ae79a5347f114ab195c7ecc3db8d /etc | |
parent | 84b2296c343e0d3b9bc4fb1a71fd1ba6a9926400 (diff) | |
download | mpv-d0376729d171a6c0b4cc15928c168f68adefbaa6.tar.bz2 mpv-d0376729d171a6c0b4cc15928c168f68adefbaa6.tar.xz |
codecs.conf: add Etymonix MPEG-2 I-frame codec to ffmpeg12
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@33332 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 72ec273417..8e37041599 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -254,6 +254,7 @@ videocodec ffmpeg12 fourcc m2v1,m1v1 fourcc LMP2 ; Lead mpeg2 in avi fourcc slif ; SoftLab MPEG-2 I-frames Codec + fourcc EM2V ; Etymonix MPEG-2 I-frame Video Codec driver ffmpeg dll "mpegvideo" out YV12,I420,IYUV |