Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-10-25 13:36:46 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-10-25 13:36:46 +0400
commitcdb46f15fff4996aaf120a32d1ffb9fb4cbbc68d (patch)
tree978d0749412e9ad352565f0fc8f4c17241fad0d0 /doc/issue_tracker.txt
parent2a28bad82202c16c97f1eaf0f997fbe674d122c8 (diff)
doc/issue_tracker: update resolution names
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/issue_tracker.txt')
-rw-r--r--doc/issue_tracker.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt
index 9f00cf22d6..41c5fef904 100644
--- a/doc/issue_tracker.txt
+++ b/doc/issue_tracker.txt
@@ -130,7 +130,7 @@ Type/Status:
bug/closed/fixed
Bugs which have to the best of our knowledge been fixed.
-bug/closed/wont_fix
+bug/closed/wontfix
Bugs which we will not fix. Possible reasons include legality, high
complexity for the sake of supporting obscure corner cases, speed loss
for similarly esoteric purposes, et cetera.
@@ -144,10 +144,10 @@ bug/closed/works_for_me
reproduction failed - that is the code seems to work correctly to the
best of our knowledge.
-feature_request/closed/implemented
+feature_request/closed/fixed
Feature requests which have been implemented.
-feature_request/closed/wont_implement
+feature_request/closed/wontfix
Feature requests which will not be implemented. The reasons here could
be legal, philosophical or others.