Changeset 464:733a4036ba0a in roaraudio for plugins/xmms


Ignore:
Timestamp:
08/12/08 08:42:30 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

it's unsigned not signed here

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/xmms/roar.c

    r461 r464  
    128128   case FMT_U8: 
    129129     bits = 8; 
    130      codec = ROAR_CODEC_PCM_S_LE; // _LE, _BE, _PDP,... all the same for 8 bit output 
     130     codec = ROAR_CODEC_PCM_U_LE; // _LE, _BE, _PDP,... all the same for 8 bit output 
    131131    break; 
    132132   case FMT_U16_LE: 
Note: See TracChangeset for help on using the changeset viewer.