diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-01 16:20:06 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-01 16:20:06 +0000 |
commit | 8d92a9a47563086cb02249a068f0a139f7b6d457 (patch) | |
tree | 059cde9b7e3467dd05b969cd632970a1c7afca8d | |
parent | fc5643ea21d3e3fe90d6f7c2c3f71531c9a7eff6 (diff) |
Use thp, not mjpeg as dll to decode THP files so that the THP hacks in the
MJPEG decoder get activated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22895 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index deafa78737..cd1cf448b4 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1980,10 +1980,10 @@ videocodec ffdsicinvideo videocodec ffthp info "FFmpeg THP video" - status buggy + status working fourcc THPV ; internal MPlayer FourCC driver ffmpeg - dll mjpeg + dll thp out YV12 videocodec ffwc3 |