diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-15 21:43:22 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-15 21:43:22 +0000 |
commit | 20d897e38e204f68a8e3296370db10b23ce17f71 (patch) | |
tree | cd84775a9fafbe47c363044a28ab5b7e5f0e4c60 | |
parent | 95ede64a1adead24045e97ee16bd14dd17fb9156 (diff) |
fixes...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5109 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/bugreports.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html index 6a7c358bfe..f387bdf3c5 100644 --- a/DOCS/bugreports.html +++ b/DOCS/bugreports.html @@ -101,12 +101,12 @@ examples:<UL> <P><B><I>4. If the problem is specific to one or a few files, then please upload that file to:</I></B></P> <P><CODE> ftp://mplayerhq.hu/MPlayer/incoming/</CODE></P> - Also upload a small .txt file with the same name as your file, - describing the problem!<BR> + Also upload a small .txt file with the same name as your file (+ .txt extension), + containing problem description, mplayer -v file output, and your email address!<BR> Usually first 1-5 MB of the file is enough to reproduce the problem, but first you should try it: -<P><CODE> dd if=yourfile of=smallfile bs=1k count=1024</CODE></P> - (it will cut first 1MB of 'yourfile' and save to 'smallfile') +<P><CODE> dd if=yourfile of=smallfile bs=1024k count=5</CODE></P> + (it will cut first 5 MB of 'yourfile' and save to 'smallfile') Then try again on this small file, and if bug still exists then it's enough to upload this small file.<BR> NEVER send such files via mail! Upload it, and send only |