[FFmpeg-cvslog] r9694 - in trunk/doc: faq.texi ffmpeg-doc.texi
diego
subversion
Mon Jul 16 10:54:59 CEST 2007
Author: diego
Date: Mon Jul 16 10:54:59 2007
New Revision: 9694
Log:
spelling/grammar/wording
Modified:
trunk/doc/faq.texi
trunk/doc/ffmpeg-doc.texi
Modified: trunk/doc/faq.texi
==============================================================================
--- trunk/doc/faq.texi (original)
+++ trunk/doc/faq.texi Mon Jul 16 10:54:59 2007
@@ -419,12 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffm
see @url{http://svn.mplayerhq.hu/michael/trunk/docs/}
- at section how do i feed rtp-h263 (and likely other rtp bastardizations of codecs) to libavcodec?
+ at section how do I feed H.263-RTP (and likely other RTP bastardizations of codecs) to libavcodec?
-Remove _ALL_ rtp trash and either feed the fragments through a AVParser and
+Remove _ALL_ RTP trash and either feed the fragments through an AVParser and
then into the decoder or merge the fragments yourself into proper frames and
-feed them into the decoder. Note! the payload of h263-rtp is is not valid
-h263 you at least have to merge the first and last bytes discarding rtp trash
+feed them into the decoder. Note: The payload of H.263-RTP is not valid
+H.263 you at least have to merge the first and last bytes discarding RTP trash
from them, possibly more.
@bye
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi (original)
+++ trunk/doc/ffmpeg-doc.texi Mon Jul 16 10:54:59 2007
@@ -1503,8 +1503,8 @@ The TAB character is forbidden outside o
form of trailing whitespace. Commits containing either will be
rejected by the Subversion repository.
-Main priority in FFmpeg is simplicity and small code size (=less
-bugs).
+The main priority in FFmpeg is simplicity and small code size in order to
+minimize the bug count.
Comments: Use the JavaDoc/Doxygen
format (see examples below) so that code documentation
@@ -1689,7 +1689,7 @@ It also helps quite a bit if you tell us
'replaces lrint by lrintf'), and why (for example '*BSD isn't C99 compliant
and has no lrint()')
-Also please if you send several patches, send each patch as separate mail,
+Also please if you send several patches, send each patch as a separate mail,
do not attach several unrelated patches to the same mail.
@section patch submission checklist
More information about the ffmpeg-cvslog
mailing list