summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 13:31:43 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-23 13:31:43 +0000
commit881bc6fe9842063f853691dc6b266a584f74cf43 (patch)
tree969e5aa60626a87d56df417e267d7c92c197b68c /DOCS
parent2ae0646772e15c2d7f6ebfa26f07f45db28cb43f (diff)
downloadmpv-881bc6fe9842063f853691dc6b266a584f74cf43.tar.bz2
mpv-881bc6fe9842063f853691dc6b266a584f74cf43.tar.xz
added "Internal buffer inconsistency" lame bug as Known problem
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3670 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/documentation.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index 1ee7cf63d3..af1c7dc733 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -631,7 +631,7 @@ TV tuner</B>.</P>
<P>
<UL>
<LI>first, you have to recompile. <CODE>./configure</CODE> will autodetect kernel headers
- from bttv stuff, and the existence of /dev/video* entries. If they exist,
+ of v4l stuff, and the existence of /dev/video* entries. If they exist,
TV support will be built (see configure's output!).</LI>
<LI>make sure your tuner works with another TV softwares in Linux, for example
xawtv.</LI>
@@ -1581,6 +1581,11 @@ otherwise. Please do not send messages using other language!</P>
(for example compiled on P3 and running on celeron)<BR>
Solution: compile MPlayer on the same machine where you will use it!<BR>
Workaround: ./configure --disable-sse etc. options</LI>
+
+<LI>"Internal buffer inconsistency" during MEncoder run:<BR>
+ Problem: known gcc 2.96 bug, no fix yet. If you have gcc 2.95, you
+ have a libmp3lame library that was compiled with gcc 2.96 (installed from
+ a deb/rpm package?). Check which lib does MEncoder found : ldd mencoder.</LI>
</UL>
<P>Various A-V sync and other audio problems:</P>