Commit 705eeb5e authored by Martin Storsjö's avatar Martin Storsjö

rtsp: Fix a typo

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent c95fefa0
...@@ -1005,7 +1005,7 @@ start: ...@@ -1005,7 +1005,7 @@ start:
av_freep(content_ptr); av_freep(content_ptr);
/* If method is set, this is called from ff_rtsp_send_cmd, /* If method is set, this is called from ff_rtsp_send_cmd,
* where a reply to exactly this request is awaited. For * 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. */ * return to the caller and go back to receiving packets. */
if (method) if (method)
goto start; goto start;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment