diff options
| author | phintuka <phintuka> | 2006-12-14 12:52:49 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2006-12-14 12:52:49 +0000 |
| commit | f880a1bb1d8ea6a8fdc586b89e6fe6bcef7a05b6 (patch) | |
| tree | a3cabd804ab994b5b17315463a4075df8294671a /tools | |
| parent | ddd016ed73f117bb3affd091c449282877db0df2 (diff) | |
| download | xineliboutput-f880a1bb1d8ea6a8fdc586b89e6fe6bcef7a05b6.tar.gz xineliboutput-f880a1bb1d8ea6a8fdc586b89e6fe6bcef7a05b6.tar.bz2 | |
*** empty log message ***
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/sdp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sdp.h b/tools/sdp.h index 048adbdf..47a3a409 100644 --- a/tools/sdp.h +++ b/tools/sdp.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: sdp.h,v 1.1 2006-12-14 11:54:20 phintuka Exp $ + * $Id: sdp.h,v 1.2 2006-12-14 12:52:49 phintuka Exp $ * */ @@ -39,7 +39,7 @@ static char *vdr_sdp_description(const char *vdr_ip, /* version */ "v=0" /* origin */ "\r\n" "o=%s %u %"PRIu64" IN IP4 %s" /* name */ "\r\n" "s=%s@%s (multicast %s:%d)" - /* opt:info */ //"\r\n" "i=vdr-xineliboutput primary device output" + /* opt:info */ /*"\r\n" "i=vdr-xineliboutput primary device output"*/ /* time */ "\r\n" "t=0 0" /*** data stream(s) ***/ |
