Browse Source

Reindent

Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Martin Storsjö 16 years ago
parent
commit
e9fea405a7
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavformat/rtsp.c

+ 5
- 5
libavformat/rtsp.c View File

@@ -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…
Cancel
Save