Commit 525b810c authored by Clément Stenac's avatar Clément Stenac

svn ids and stuff

parent 77824cb4
......@@ -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
......
/*****************************************************************************
* 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
......@@ -24,10 +24,10 @@
#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}"
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment