Mercurial > mplayer.hg
diff etc/codecs.conf @ 11389:0033828bd0f2
zoran mjpeg passthrough 'decoder'
| author | rik |
|---|---|
| date | Tue, 04 Nov 2003 20:03:17 +0000 |
| parents | b33f4ff7a28a |
| children | 9a34051512b2 |
line wrap: on
line diff
--- a/etc/codecs.conf Tue Nov 04 20:02:09 2003 +0000 +++ b/etc/codecs.conf Tue Nov 04 20:03:17 2003 +0000 @@ -612,6 +612,13 @@ ; ijpg only decodes jpeg images (no mjpg), and slow. ; Update: ffmjpeg is almost perfect (and optimized) now, prefer it to others. +videocodec zrmjpeg + info "Zoran MJPEG passthrough" + status buggy + fourcc MJPG,jpeg + driver zrmjpeg + out ZRMJPEGNI,ZRMJPEGIT,ZRMJPEGIB query + videocodec ffmjpeg info "FFmpeg MJPEG decoder" status working
