[FFmpeg-cvslog] rtspdec: Consistently use rtsp_hd_out for writing
Martin Storsjö
git at videolan.org
Fri Jan 23 12:39:33 CET 2015
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Jan 21 14:23:50 2015 +0100| [9108967513fcaff3d55514a7bca4c9fbba128c71] | committer: Martin Storsjö
rtspdec: Consistently use rtsp_hd_out for writing
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9108967513fcaff3d55514a7bca4c9fbba128c71
---
libavformat/rtspdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rtspdec.c b/libavformat/rtspdec.c
index 1f90590..418f383 100644
--- a/libavformat/rtspdec.c
+++ b/libavformat/rtspdec.c
@@ -114,7 +114,7 @@ static int rtsp_send_reply(AVFormatContext *s, enum RTSPStatusCode code,
av_strlcat(message, extracontent, sizeof(message));
av_strlcat(message, "\r\n", sizeof(message));
av_dlog(s, "Sending response:\n%s", message);
- ffurl_write(rt->rtsp_hd, message, strlen(message));
+ ffurl_write(rt->rtsp_hd_out, message, strlen(message));
return 0;
}
More information about the ffmpeg-cvslog
mailing list