summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-17 09:52:50 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-17 09:52:50 +0000
commit35c39cfbbf0f0684cec6af1833d7e8ff926b9a0f (patch)
tree8ba594e6897022ee7156985be003f05f8140c130 /DOCS
parent561ab920c04aa9c4c846d88891e28275b119bbbe (diff)
downloadmpv-35c39cfbbf0f0684cec6af1833d7e8ff926b9a0f.tar.bz2
mpv-35c39cfbbf0f0684cec6af1833d7e8ff926b9a0f.tar.xz
number -> bug update
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9614 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index db1636dddf..fcd3d84616 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -376,9 +376,13 @@ bug manual workaround encoder bugs (autodetection isnt foolproof for these)
2 for msmpeg4v3 some old lavc generated msmpeg4v3 files (no autodetect)
4 for mpeg4 xvid interlacing bug (autodetected if fourcc==XVIX)
8 for mpeg4 UMP4 (autodetected if fourcc==UMP4)
- 16for mpeg4 padding bug
+ 16for mpeg4 padding bug (autodetected)
32for mpeg4 illegal vlc bug (autodetected per fourcc)
- 64for mpeg4 XVID&DIVX qpel bug (autodetected)
+ 64for mpeg4 XVID&DIVX qpel bug (autodetected per fourcc/ver)
+ 128 mpeg4 old standard qpel (autodetected per fourcc/ver)
+ 256 mpeg4 another qpel bug (autodetected per fourcc/ver)
+ 512 mpeg4 direct-qpel-blocksize bug(autodetected per fourcc/ver)
+ 1024 mpeg4 edge padding bug (autodetected per fourcc/ver)
Note: just add the ones u want to enable
gray grayscale only decoding (a bit faster than with color ...)