Mercurial > mplayer.hg
diff DOCS/codecs.conf @ 1463:d377ea93892d
mpeg2 fourcc changed
| author | arpi |
|---|---|
| date | Wed, 08 Aug 2001 13:38:16 +0000 |
| parents | 27d19dc90410 |
| children | 992ea40afb3b |
line wrap: on
line diff
--- a/DOCS/codecs.conf Wed Aug 08 13:34:08 2001 +0000 +++ b/DOCS/codecs.conf Wed Aug 08 13:38:16 2001 +0000 @@ -40,7 +40,8 @@ info "MPEG 1 or 2" comment "with postprocessing" status working - format 0x10000001 + format 0x10000001 ; mpeg 1 + format 0x10000002 ; mpeg 2 driver libmpeg2 dll "libmpeg2" out YV12 @@ -187,8 +188,9 @@ videocodec ffmpeg12 info "FFmpeg-1" - status working - format 0x10000001 + status buggy + format 0x10000001 ; mpeg 1 + format 0x10000002 ; mpeg 2 is broken driver ffmpeg dll "mpegvideo" out YV12
