diff options
author | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 16:22:27 +0000 |
---|---|---|
committer | atmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-06-04 16:22:27 +0000 |
commit | 3058747324ff1207d12a4e9c373d545460e15413 (patch) | |
tree | 70da71de5b736bcb5e5e5875d7069ff9ff556107 /DOCS/tech | |
parent | bc46b1d4aa9d8762d64f3fc56de7891b314b9e40 (diff) |
huje gabu :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@995 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/general.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt index 6fb15beda2..fc7e399800 100644 --- a/DOCS/tech/general.txt +++ b/DOCS/tech/general.txt @@ -250,7 +250,7 @@ static void uninit(); Guess what. Ok I help: closes the device, not (yet) called when exit. -statis void reset(); +static void reset(); Resets device. To be exact, it's for deleting buffers' contents, so after reset() the previously received stuff won't be output. (called if pause or seek) |