[vlc-commits] chromecast: fix typo

Thomas Guillem git at videolan.org
Thu Jan 25 18:33:24 CET 2018


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu Jan 25 12:01:56 2018 +0100| [5088bc7bb2fa493afba0c46f68c933e4ba688ff5] | committer: Thomas Guillem

chromecast: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5088bc7bb2fa493afba0c46f68c933e4ba688ff5
---

 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 bfcfbbdfbb..cda22e2a4e 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