diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-31 13:46:35 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-10-31 13:46:35 +0000 |
commit | 6fb5fbbbd502e64b3927be0f09f68e6f7bee9566 (patch) | |
tree | f8914ca0cdfc1498b755dcd80f3f3962e7f39a39 | |
parent | e43bf450f58a695299f484745199a01f379c8220 (diff) |
QuickDraw video decoding support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13826 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 c227784c7a..23eec8d004 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -371,6 +371,14 @@ videocodec ffvixl dll xl out 411P +videocodec ffqtdrw + info "QuickDraw native decoder" + status working + fourcc qdrw + driver ffmpeg + dll qdraw + out RGB24 + videocodec ffflv info "FFmpeg Flash video" status working |