diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-15 17:49:36 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-15 22:38:41 +0200 |
commit | 14622ef05d36693aad4a92bb6313bb9d2a03c8dc (patch) | |
tree | 203f5a21a8c1e25a1deebd5e04e4abf503ae655f /tools/patcheck | |
parent | c0eee89337be5f5728e7da84aa15c658e07506ca (diff) | |
download | ffmpeg-14622ef05d36693aad4a92bb6313bb9d2a03c8dc.tar.gz |
Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
Diffstat (limited to 'tools/patcheck')
-rwxr-xr-x | tools/patcheck | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patcheck b/tools/patcheck index 5416603e19..e21a9f681d 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)' |