On 21/01/15 14:41, Martin Storsjö wrote:
--- 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; }
Looks fine. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
