Reindent
Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
dac99c359e
commit
e9fea405a7
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user