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