Changeset bc5ca87
- Timestamp:
- Aug 10, 2003, 10:11:28 PM (21 years ago)
- Branches:
- master, debian, mac, no-cups, nodebathena, web
- Children:
- b281379
- Parents:
- 1db2bbb
- git-author:
- jhawk <jhawk> (08/10/03 22:11:28)
- git-committer:
- jhawk <jhawk> (08/10/03 22:11:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach/debian/lib/sipbmp3-filter
r1db2bbb rbc5ca87 2 2 # Play the data on STDIN as an audio file 3 3 # 4 # $Id: sipbmp3-filter,v 1. 7 2003-08-11 02:10:04jhawk Exp $4 # $Id: sipbmp3-filter,v 1.8 2003-08-11 02:11:28 jhawk Exp $ 5 5 # $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $ 6 6 # … … 156 156 elsif ($contenttype eq "application/ogg") { $format="OGG" } 157 157 else { 158 print ZEPHYR "Unknown Content-Type $contenttype trying to /mit/sipb/bin/w3m -dump_head$uri\n";158 print ZEPHYR "Unknown Content-Type $contenttype for URI $uri\n"; 159 159 close(ZEPHYR); 160 160 }
Note: See TracChangeset
for help on using the changeset viewer.