From 14622ef05d36693aad4a92bb6313bb9d2a03c8dc Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 15 Apr 2011 17:49:36 +0200
Subject: [PATCH] Replace references to ffmpeg-devel with libav-devel; fix
 roundup URL.

---
 doc/issue_tracker.txt | 4 ++--
 tools/patcheck        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt
index d92ab4221b4..5a15a9b6659 100644
--- a/doc/issue_tracker.txt
+++ b/doc/issue_tracker.txt
@@ -15,7 +15,7 @@ be properly added to the respective issue.
 The subscription URL for the ffmpeg-issues list is:
 http://live.polito/mailman/listinfo/ffmpeg-issues
 The URL of the webinterface of the tracker is:
-http(s)://roundup.ffmpeg/roundup/ffmpeg/
+http(s)://roundup.libav.org/
 Note the URLs in this document are obfuscated, you must append the top level
 domain for non-profit organizations to the tracker, and of Italy to the
 mailing list.
@@ -187,7 +187,7 @@ feature_request/closed/wont_implement
     be legal, philosophical or others.
 
 Note, please do not use type-status-substatus combinations other than the
-above without asking on ffmpeg-dev first!
+above without asking on libav-devel first!
 
 Note2, if you provide the requested info do not forget to remove the
 needs_more_info substate.
diff --git a/tools/patcheck b/tools/patcheck
index 5416603e195..e21a9f681d4 100755
--- a/tools/patcheck
+++ b/tools/patcheck
@@ -16,7 +16,7 @@ echo patCHeck 1e10.0
 echo This tool is intended to help a human check/review patches it is very far from
 echo being free of false positives and negatives, its output are just hints of what
 echo may or may not be bad. When you use it and it misses something or detects
-echo something wrong, fix it and send a patch to the ffmpeg-dev ML
+echo something wrong, fix it and send a patch to the libav-devel mailing list.
 echo License:GPL Autor: Michael Niedermayer
 
 ERE_PRITYP='(unsigned *|)(char|short|long|int|long *int|short *int|void|float|double|(u|)int(8|16|32|64)_t)'
-- 
GitLab