mirror of https://github.com/mpv-player/mpv
fixes...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5109 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
95ede64a1a
commit
20d897e38e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue