Originally committed as revision 22672 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Martin Storsjö 2010-03-25 19:47:26 +00:00
parent dac99c359e
commit e9fea405a7
1 changed files with 5 additions and 5 deletions

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);