]> git.sesse.net Git - vlc/commitdiff
svn ids and stuff
authorClément Stenac <zorglub@videolan.org>
Sat, 29 Jul 2006 13:32:12 +0000 (13:32 +0000)
committerClément Stenac <zorglub@videolan.org>
Sat, 29 Jul 2006 13:32:12 +0000 (13:32 +0000)
test/native/i18n.c
test/native/profiles.c
test/native/url.c

index 3de5437dd95cdcd28a3ae224a74cfb200b5f5b8d..63923d2cfe6986cde224e1b5ce3bc9c7450ec3e1 100644 (file)
@@ -2,7 +2,7 @@
  * i18n: I18n tests
  *****************************************************************************
  * Copyright (C) 2006 Rémi Denis-Courmont
- * $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
index 426e94ecaf33c7f5eb6c579093336b145fcaae85..e0f30e71516b6cb418e32aca31252c3bf5046865 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 <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}"
index 2abfb0021f67ee9173f911dc2d74495306f35c02..f97ce032877952754727c3b5a08d0cb3ff628c2d 100644 (file)
@@ -2,7 +2,7 @@
  * url.c: Test for url encoding/decoding stuff
  *****************************************************************************
  * Copyright (C) 2006 Rémi Denis-Courmont
- * $Id: url.c 15178 2006-04-11 16:18:39Z 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