summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2010-02-23 11:05:36 +0000
committerMartin Storsjö <martin@martin.st>2010-02-23 11:05:36 +0000
commit939939333359432596858ce7bcc031003d7e18be (patch)
tree2506bc94db5ba404e64a3b1e25ffac40a000d02f /libavformat/rtsp.h
parentb62c65f23e63168c3008dd2aa1c96326bf0e47a0 (diff)
Cosmetics: reindent
Originally committed as revision 21995 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index bafe715e46..01caf39bf9 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -333,9 +333,9 @@ extern int rtsp_rtp_port_max;
* send_content is null
*/
void ff_rtsp_send_cmd_with_content_async(AVFormatContext *s,
- const char *cmd,
- const unsigned char *send_content,
- int send_content_length);
+ const char *cmd,
+ const unsigned char *send_content,
+ int send_content_length);
/**
* Send a command to the RTSP server without waiting for the reply.
*
@@ -356,11 +356,11 @@ void ff_rtsp_send_cmd_async(AVFormatContext *s, const char *cmd);
* send_content is null
*/
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);
/**
* Send a command to the RTSP server and wait for the reply.
@@ -368,7 +368,7 @@ void ff_rtsp_send_cmd_with_content(AVFormatContext *s,
* @see rtsp_send_cmd_with_content
*/
void ff_rtsp_send_cmd(AVFormatContext *s, const char *cmd,
- RTSPMessageHeader *reply, unsigned char **content_ptr);
+ RTSPMessageHeader *reply, unsigned char **content_ptr);
/**
* Read a RTSP message from the server, or prepare to read data
@@ -392,8 +392,8 @@ void ff_rtsp_send_cmd(AVFormatContext *s, const char *cmd,
* and 0 on success.
*/
int ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply,
- unsigned char **content_ptr,
- int return_on_interleaved_data);
+ unsigned char **content_ptr,
+ int return_on_interleaved_data);
/**
* Connect to the RTSP server and set up the individual media streams.