[FFmpeg-cvslog] rtsp: Fix a typo

Martin Storsjö git at videolan.org
Tue Mar 13 02:22:16 CET 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Mar 12 16:07:33 2012 +0200| [705eeb5eca936d5d37483e01009547e4359c03dc] | committer: Martin Storsjö

rtsp: Fix a typo

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=705eeb5eca936d5d37483e01009547e4359c03dc
---

 libavformat/rtsp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 9df88b3..4290abb 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -1005,7 +1005,7 @@ start:
             av_freep(content_ptr);
         /* If method is set, this is called from ff_rtsp_send_cmd,
          * where a reply to exactly this request is awaited. For
-         * callers from within packet reciving, we just want to
+         * callers from within packet receiving, we just want to
          * return to the caller and go back to receiving packets. */
         if (method)
             goto start;



More information about the ffmpeg-cvslog mailing list