Changeset 1db2bbb for gutenbach


Ignore:
Timestamp:
Aug 10, 2003, 10:10:04 PM (21 years ago)
Author:
jhawk <jhawk>
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)
Message:

Use correct ogg content-types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach/debian/lib/sipbmp3-filter

    r82d34e6 r1db2bbb  
    22# Play the data on STDIN as an audio file
    33#
    4 # $Id: sipbmp3-filter,v 1.6 2003-08-11 02:07:06 jhawk Exp $
     4# $Id: sipbmp3-filter,v 1.7 2003-08-11 02:10:04 jhawk Exp $
    55# $Source: /tmp/tmp.UFBNno9997/RCS/sipbmp3-filter,v $
    66#
     
    153153          }
    154154             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" }
    156157          else {
    157158              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.