summaryrefslogtreecommitdiffstats
path: root/etc/codecs.conf
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-11 19:33:56 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-11 19:33:56 +0000
commit436d2cc04803f3eb7ce14cd51633bf68ab6b86ba (patch)
tree6fd19680fe2eae4be87a8e4798e9d9e032a193b6 /etc/codecs.conf
parent3f1640d8564b21ad56e9dea5663bdc4fdef8769f (diff)
downloadmpv-436d2cc04803f3eb7ce14cd51633bf68ab6b86ba.tar.bz2
mpv-436d2cc04803f3eb7ce14cd51633bf68ab6b86ba.tar.xz
FLV with lavc+lavf support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12174 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r--etc/codecs.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 8ca2e811d3..0fa36f327f 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -382,7 +382,15 @@ videocodec ff4xm
driver ffmpeg
dll 4xm
out BGR16
-
+
+videocodec ffflv
+ info "FFmpeg Flash video"
+ status working
+ fourcc FLV1
+ driver ffmpeg
+ dll flv
+ out YV12
+
videocodec ffdivx
info "FFmpeg DivX ;-) (MS MPEG-4 v3)"
status working