[FFmpeg-cvslog] ffserver: avoid useless substitution
Reynaldo H. Verdejo Pinochet
git at videolan.org
Fri Feb 14 18:37:21 CET 2014
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com> | Thu Feb 13 02:37:39 2014 -0300| [5df2a502f2147c16b6151e8c36ddd682b91ac8ea] | committer: Reynaldo H. Verdejo Pinochet
ffserver: avoid useless substitution
Signed-off-by: Reynaldo H. Verdejo Pinochet <r.verdejo at sisa.samsung.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5df2a502f2147c16b6151e8c36ddd682b91ac8ea
---
ffserver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ffserver.c b/ffserver.c
index 00b4857..d57aa31 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -1943,7 +1943,7 @@ static void compute_status(HTTPContext *c)
}
avio_printf(pb, "HTTP/1.0 200 OK\r\n");
- avio_printf(pb, "Content-type: %s\r\n", "text/html");
+ avio_printf(pb, "Content-type: text/html\r\n");
avio_printf(pb, "Pragma: no-cache\r\n");
avio_printf(pb, "\r\n");
More information about the ffmpeg-cvslog
mailing list