Changeset 525b810c5548f0ec59f77e2b184f56efbbec3694

Show
Ignore:
Timestamp:
07/29/06 15:32:12 (2 years ago)
Author:
Clément Stenac <zorglub@videolan.org>
git-committer:
Clément Stenac <zorglub@videolan.org> 1154179932 +0000
git-parent:

[77824cb40c9997dc993d6fa40ba38f4d7a4bd571]

git-author:
Clément Stenac <zorglub@videolan.org> 1154179932 +0000
Message:

svn ids and stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • test/native/i18n.c

    r59cd4c2 r525b810  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 Rémi Denis-Courmont 
    5  * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch
     5 * $Id
    66 * 
    77 * This program is free software; you can redistribute it and/or modify 
  • test/native/profiles.c

    r89471fa r525b810  
    11/***************************************************************************** 
    2  * i18n: Test streaming profiles 
     2 * profiles.c: Test streaming profiles 
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 The VideoLAN project 
    5  * $Id: i18n_atof.c 14675 2006-03-08 12:25:29Z courmisch
     5 * $Id
    66 * 
    77 * This program is free software; you can redistribute it and/or modify 
     
    2525 
    2626#define STDCHAIN1 "#std{access=udp,url=12.42.12.42,mux=ts}" 
    27 //#define GUICHAIN1  
     27//#define GUICHAIN1 
    2828static void BuildStdChain1( sout_chain_t *p_chain ) 
    2929{ 
    30     streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" );  
     30    streaming_ChainAddStd( p_chain, "udp", "ts", "12.42.12.42" ); 
    3131} 
    3232 
  • test/native/url.c

    r89471fa r525b810  
    33 ***************************************************************************** 
    44 * Copyright (C) 2006 Rémi Denis-Courmont 
    5  * $Id: url.c 15178 2006-04-11 16:18:39Z courmisch
     5 * $Id
    66 * 
    77 * This program is free software; you can redistribute it and/or modify