Changeset 2292:0e4ee5724202 in roaraudio for roarclients/roarfilt.c


Ignore:
Timestamp:
08/05/09 04:16:08 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

simple patches, mostly by Simon Matter (trivial by german law so no (c) notice)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarfilt.c

    r1635 r2292  
    22 
    33/* 
    4  *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008 
     4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008, 2009 
    55 * 
    66 *  This file is part of roarclients a part of RoarAudio, 
     
    233233 } 
    234234 
    235  if ( (fh = roar_simple_filter(rate, channels, bits, codec, server, "roarifilt")) == -1 ) { 
     235 if ( (fh = roar_simple_filter(rate, channels, bits, codec, server, "roarfilt")) == -1 ) { 
    236236  fprintf(stderr, "Error: can not start playback\n"); 
    237237  return 1; 
Note: See TracChangeset for help on using the changeset viewer.