[FFmpeg-cvslog] lavf/avio: Remove linebreak from https warning.

Carl Eugen Hoyos git at videolan.org
Sun Apr 10 15:40:00 CEST 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sun Apr 10 15:39:13 2016 +0200| [7e1e25c2dced3e76bb4d35ad082f2abf6ae41c4c] | committer: Carl Eugen Hoyos

lavf/avio: Remove linebreak from https warning.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e1e25c2dced3e76bb4d35ad082f2abf6ae41c4c
---

 libavformat/avio.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avio.c b/libavformat/avio.c
index b2c2178..6bfa67f 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -297,7 +297,7 @@ int ffurl_alloc(URLContext **puc, const char *filename, int flags,
     *puc = NULL;
     if (av_strstart(filename, "https:", NULL))
         av_log(NULL, AV_LOG_WARNING, "https protocol not found, recompile FFmpeg with "
-                                     "openssl, gnutls,\n"
+                                     "openssl, gnutls "
                                      "or securetransport enabled.\n");
     return AVERROR_PROTOCOL_NOT_FOUND;
 }



More information about the ffmpeg-cvslog mailing list