summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Swain <robert.swain@gmail.com>2009-03-04 16:52:37 +0000
committerRobert Swain <robert.swain@gmail.com>2009-03-04 16:52:37 +0000
commitdf4763a782613211b2aef78314d08a441bbe75d2 (patch)
treed1415d6a78056b6da9c43a8edefd9f316cd7007a
parent58af0caf04485bb43cba18183aaf8ed2e7e7003c (diff)
Correct grammar in one sentence and add a note about doc/APIchanges
Originally committed as revision 17805 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rw-r--r--RELEASE5
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 96a0b0c92e..6b02332ca6 100644
--- a/RELEASE
+++ b/RELEASE
@@ -13,7 +13,7 @@ date, the notes for this version cannot be entirely conventional.
See the Changelog file for a list of significant changes.
Please note that our policy on bug reports has not changed. We still only accept
-bug reports against the HEAD of FFmpeg trunk repository. If you are experiencing
+bug reports against HEAD of the FFmpeg trunk repository. If you are experiencing
any issues with any formally released version of FFmpeg, please try a current
version of the development code to check if the issue still exists. If it does,
make your report against the development code following the usual bug reporting
@@ -35,4 +35,5 @@ The deprecated APIs to be removed are:
- imgconvert (to be replaced by libswscale)
- vhook (to be replaced by libavfilter)
-If at all possible, do not use the deprecated APIs.
+If at all possible, do not use the deprecated APIs. All notes on API changes
+should appear in doc/APIchanges.