]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmphttp.c
Merge commit '1520c6ff05d835da4b793318fc88bbbc129c86a1'
[ffmpeg] / libavformat / rtmphttp.c
index 0334ba558c9876603d8ae14cfd5b043b59bea87d..8ed5eb1963ee8bfacafbfc5eac0f75c878a682b4 100644 (file)
@@ -254,7 +254,7 @@ fail:
 #define DEC AV_OPT_FLAG_DECODING_PARAM
 
 static const AVOption ffrtmphttp_options[] = {
-    {"ffrtmphttp_tls", "Use a HTTPS tunneling connection (RTMPTS).", OFFSET(tls), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, DEC},
+    {"ffrtmphttp_tls", "Use a HTTPS tunneling connection (RTMPTS).", OFFSET(tls), AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, DEC},
     { NULL },
 };