Changeset 2173:b7dd35cce1b1 in roaraudio


Ignore:
Timestamp:
07/26/09 16:50:37 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use a single codec, not an array of codecs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroardsp/transcode.h

    r2172 r2173  
    5454 
    5555struct roar_xcoder_entry { 
    56  int * codecs; 
     56 int codecs; 
    5757 int (*init)(struct roar_xcoder * state); 
    5858 int (*uninit)(struct roar_xcoder * state); 
Note: See TracChangeset for help on using the changeset viewer.