diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-03-09 14:46:08 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-03-09 14:46:08 +0000 |
commit | 95049fecb207fb8507ad3c3bf72101876fe1e01b (patch) | |
tree | 27e7ba6ab84be50262cc4e38a9038bb5e88d8204 | |
parent | 811d91465239dda3218de28bf81b3012b1085731 (diff) | |
download | ffmpeg-95049fecb207fb8507ad3c3bf72101876fe1e01b.tar.gz |
Clarify the intended meaning of wont_fix.
Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/issue_tracker.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index 4b6a8a1341..5ebf2debe0 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -146,8 +146,12 @@ bug/closed/fixed Bugs which have to the best of our knowledge been fixed. bug/closed/wont_fix - Bugs which we will not fix, the reasons here could be legal, philosophical - or others. + Bugs which we will not fix, the reasons here could be legal, high + complexity / speedloss for supporting some obscure corner casses, ... + That is wont_fix means we would also reject a patch. + If we are just to lazy to fix a bug then the correct state is open + and unassigned. Closed means that the case is closed which is not + the case if we are just waiting for a patch. bug/closed/works_for_me Bugs for which sufficient information was provided to reproduce but |