diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-01 05:02:26 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-01 05:02:26 +0000 |
commit | cb8ae3fe63a2d58cf29d23dfb733781563186b08 (patch) | |
tree | af46dd5d1061b8fddedec67d8958aca384f02733 /etc | |
parent | 9c846b3df6ff206f59364b2d5ae511c293d8e44a (diff) | |
download | mpv-cb8ae3fe63a2d58cf29d23dfb733781563186b08.tar.bz2 mpv-cb8ae3fe63a2d58cf29d23dfb733781563186b08.tar.xz |
add slif fourcc (modified mpeg2 codec) to ffmpeg sw decoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29973 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 49faf25322..2a16832ab8 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -162,6 +162,7 @@ videocodec ffmpeg2 fourcc m2v1 fourcc PIM2 fourcc LMP2 ; Lead mpeg2 in avi + fourcc slif ; SoftLab MPEG-2 I-frames Codec driver ffmpeg dll "mpeg2video" out YV12,I420,IYUV @@ -200,6 +201,7 @@ videocodec ffmpeg12 fourcc mp2v,mpgv fourcc m2v1,m1v1 fourcc LMP2 ; Lead mpeg2 in avi + fourcc slif ; SoftLab MPEG-2 I-frames Codec driver ffmpeg dll "mpegvideo" out YV12,I420,IYUV |