Changeset 014f817


Ignore:
Timestamp:
Mar 1, 2009, 7:42:02 AM (15 years ago)
Author:
Geoffrey Thomas <geofft@…>
Branches:
master, debian, mac, no-cups, nodebathena, web
Children:
f6c9736
Parents:
c2f6180
git-author:
Geoffrey Thomas <geofft@…> (03/01/09 07:42:02)
git-committer:
Geoffrey Thomas <geofft@…> (03/01/09 07:42:02)
Message:

Don't allow video decoding termination to cut off audio at the end.

File:
1 edited

Legend:

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

    rc2f6180 r014f817  
    284284      open(STDIN, "/dev/null");
    285285      #print STDERR Dumper([qw|/usr/bin/mplayer -nolirc -ao alsa -quiet|, $filepath]);
    286       my @args = (qw|/usr/bin/mplayer -vo null -nolirc -ao alsa -cache 512 -really-quiet|, $filepath);
     286      my @args = (qw|/usr/bin/mplayer -novideo -vo null -nolirc -ao alsa -cache 512 |, $filepath);
    287287      #print STDERR "About to exec: ", Dumper([@args]);
    288288      exec(@args) ||
Note: See TracChangeset for help on using the changeset viewer.