Commit e9fea405 authored by Martin Storsjö's avatar Martin Storsjö

Reindent

Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dac99c35
......@@ -1038,11 +1038,11 @@ void ff_rtsp_send_cmd(AVFormatContext *s,
}
void ff_rtsp_send_cmd_with_content(AVFormatContext *s,
const char *cmd,
RTSPMessageHeader *reply,
unsigned char **content_ptr,
const unsigned char *send_content,
int send_content_length)
const char *cmd,
RTSPMessageHeader *reply,
unsigned char **content_ptr,
const unsigned char *send_content,
int 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