Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
230aeee9
Commit
230aeee9
authored
Nov 22, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix the the typos
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
e01acd86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
transcode_aac.c
doc/examples/transcode_aac.c
+1
-1
protocols.texi
doc/protocols.texi
+1
-1
No files found.
doc/examples/transcode_aac.c
View file @
230aeee9
...
...
@@ -306,7 +306,7 @@ static int decode_audio_frame(AVFrame *frame,
/** Read one audio frame from the input file into a temporary packet. */
if
((
error
=
av_read_frame
(
input_format_context
,
&
input_packet
))
<
0
)
{
/** If we are
the
the end of the file, flush the decoder below. */
/** If we are
at
the end of the file, flush the decoder below. */
if
(
error
==
AVERROR_EOF
)
*
finished
=
1
;
else
{
...
...
doc/protocols.texi
View file @
230aeee9
...
...
@@ -750,7 +750,7 @@ port will be used for the local RTP and RTCP ports.
@item
If @option{localrtcpport} (the local RTCP port) is not set it will be
set to the
the
local RTP port value plus 1.
set to the local RTP port value plus 1.
@end enumerate
@section rtsp
...
...
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