Commit 4f0dafac authored by mstorsjo's avatar mstorsjo

Reindent


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22672 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 16aef6d5
...@@ -1038,11 +1038,11 @@ void ff_rtsp_send_cmd(AVFormatContext *s, ...@@ -1038,11 +1038,11 @@ void ff_rtsp_send_cmd(AVFormatContext *s,
} }
void ff_rtsp_send_cmd_with_content(AVFormatContext *s, void ff_rtsp_send_cmd_with_content(AVFormatContext *s,
const char *cmd, const char *cmd,
RTSPMessageHeader *reply, RTSPMessageHeader *reply,
unsigned char **content_ptr, unsigned char **content_ptr,
const unsigned char *send_content, const unsigned char *send_content,
int send_content_length) int send_content_length)
{ {
ff_rtsp_send_cmd_with_content_async(s, cmd, send_content, send_content_length); ff_rtsp_send_cmd_with_content_async(s, cmd, send_content, send_content_length);
......
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