Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
78a3c678
Commit
78a3c678
authored
Jul 16, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling/grammar/wording
Originally committed as revision 9694 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
29b4b835
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
faq.texi
doc/faq.texi
+4
-4
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+3
-3
No files found.
doc/faq.texi
View file @
78a3c678
...
...
@@ -419,12 +419,12 @@ see @url{http://www.iversenit.dk/dev/ffmpeg-headers/}
see @url
{
http://svn.mplayerhq.hu/michael/trunk/docs/
}
@section how do
i feed rtp-h263 (and likely other rtp
bastardizations of codecs) to libavcodec?
@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
doc/ffmpeg-doc.texi
View file @
78a3c678
...
...
@@ -1503,8 +1503,8 @@ The TAB character is forbidden outside of Makefiles as is any
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 what the patch does (for example
'replaces lrint by lrintf'
)
, and why
(
for example '
*
BSD isn't C
99
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment