diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 13:39:10 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-11 13:39:10 +0000 |
commit | 68fb450f6e9f6b1a32341927df58f78550357aae (patch) | |
tree | 48dfd339870023705f8b1c7166da00928f9085d9 /etc | |
parent | b29a7398bd4d58e8a879f747167a29bdf5b42bcd (diff) | |
download | mpv-68fb450f6e9f6b1a32341927df58f78550357aae.tar.bz2 mpv-68fb450f6e9f6b1a32341927df58f78550357aae.tar.xz |
video1 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2830 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 7edb04d25b..27aa98265d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -238,6 +238,14 @@ videocodec mpegpes ; ============== OTHER STUFF ======================= +videocodec video1 + info "Microsoft Video 1" + status working + fourcc cram,CRAM + fourcc msvc,MSVC + fourcc wham,WHAM + driver msvidc + out BGR24 videocodec vp3 info "On2 OpenSource VP3-Codec" |