]> git.sesse.net Git - vlc/blobdiff - test/native/profiles.c
Use var_InheritString for --decklink-video-connection.
[vlc] / test / native / profiles.c
index 426e94ecaf33c7f5eb6c579093336b145fcaae85..8096fe90c7ce3e67c69d1bd986b0e3c95a07e334 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * i18n: Test streaming profiles
+ * profiles.c: Test streaming profiles
  *****************************************************************************
  * Copyright (C) 2006 The VideoLAN project
- * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch $
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *****************************************************************************/
 
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 #include <vlc_streaming.h>
 
 #define STDCHAIN1 "#std{access=udp,url=12.42.12.42,mux=ts}"
-//#define GUICHAIN1 
+//#define GUICHAIN1
 static void BuildStdChain1( sout_chain_t *p_chain )
 {
-    streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" ); 
+    streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" );
 }
 
 #define TRACHAIN1 "#transcode{vcodec=mpgv,vb=1024,scale=1.0,acodec=mp3,ab=128,channels=2}:std{mux=mp4,access=file,url=/dev/null}"