diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-03 13:35:44 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-12-03 13:35:44 +0000 |
commit | b143a13009f4190932ade3189c5d5a9d74a146db (patch) | |
tree | 35e082abbf6d93ae9ba9ebf539e1925931421c0d | |
parent | c485f7b15c01690908d907c70543180bf1eea5bf (diff) |
add FFDS fourcc
fixes FFDS avi files from this list:
http://tranquillity.ath.cx/uncommon_video_codecs_final.txt
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28078 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 83348738e2..22b2ab3054 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -793,6 +793,7 @@ videocodec ffodivx fourcc m4cc,M4CC fourcc hdx4,HDX4 fourcc FVFW,fvfw + fourcc FFDS driver ffmpeg dll mpeg4 ;opendivx out YV12,I420,IYUV @@ -840,6 +841,7 @@ videocodec xvid fourcc SEDG ; diskless camcorder Samsung Miniket VP-M110 fourcc SMP4,smp4 ; Samsung SMP4 video codec fourcc VIDM ; vidm 4.01 codec + fourcc FFDS format 0x10000004 ; mpeg 4 es driver xvid out YV12 |