[FFmpeg-cvslog] doc: fix the the typos
Michael Niedermayer
git at videolan.org
Sat Nov 22 02:18:16 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 22 02:09:09 2014 +0100| [230aeee94c279f59b4b206706f6d422c9094e418] | committer: Michael Niedermayer
doc: fix the the typos
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=230aeee94c279f59b4b206706f6d422c9094e418
---
doc/examples/transcode_aac.c | 2 +-
doc/protocols.texi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index cee447f..e98c217 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -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 {
diff --git a/doc/protocols.texi b/doc/protocols.texi
index dc2fdb1..d165bda 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -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
More information about the ffmpeg-cvslog
mailing list