Browse Source

rtsp: Fix a typo

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö 14 years ago
parent
commit
705eeb5eca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/rtsp.c

+ 1
- 1
libavformat/rtsp.c View File

@@ -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;


Loading…
Cancel
Save