diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-10 20:38:05 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-10 20:38:05 +0000 |
commit | 57334e4ab7db64e698d086553cb63dba53c73b27 (patch) | |
tree | 2e4642051e39be8577f3f432b2cd646939d7c4c3 | |
parent | 77909fb136cde4bb3f2537f459c753fe1f55a94a (diff) |
ffmpeg truemotion1 codec now outputs BGR32 for some files
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16965 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 44529be0e3..5db4bef5e2 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1439,7 +1439,7 @@ videocodec ffduck fourcc DUCK driver ffmpeg dll "truemotion1" - out BGR15,BGR16,BGR24 + out BGR15,BGR16,BGR24,BGR32 query videocodec fftm20 info "FFmpeg Duck/On2 TrueMotion 2.0" |