[vlc-commits] chromecast: fix typo
Thomas Guillem
git at videolan.org
Fri Jan 26 14:27:03 CET 2018
vlc/vlc-3.0 | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 25 12:01:56 2018 +0100| [6edbb095698d3af9042940dfd426c4a557386f8c] | committer: Jean-Baptiste Kempf
chromecast: fix typo
(cherry picked from commit 5088bc7bb2fa493afba0c46f68c933e4ba688ff5)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6edbb095698d3af9042940dfd426c4a557386f8c
---
modules/stream_out/chromecast/cast.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index 153153c4c4..c314d61c14 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -92,7 +92,7 @@ private:
static const vlc_fourcc_t DEFAULT_TRANSCODE_VIDEO = VLC_CODEC_H264;
static const unsigned int MAX_TRANSCODE_PASS = 3;
-static const char DEFAULT_MUXER[] = "avformat{mux=matroska,options={live=1}}}";
+static const char DEFAULT_MUXER[] = "avformat{mux=matroska,options={live=1}}";
/*****************************************************************************
More information about the vlc-commits
mailing list