Changeset 609:093b3891d709 in roaraudio for roard/codecfilter_celt.c


Ignore:
Timestamp:
08/19/08 21:10:25 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

cleanup of casts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_celt.c

    r608 r609  
    88                                            struct roar_codecfilter   * filter) { 
    99 struct codecfilter_celt_inst * self = malloc(sizeof(struct codecfilter_celt_inst)); 
    10  struct roar_stream * s = (struct roar_stream *) info; 
     10 struct roar_stream * s = ROAR_STREAM(info); 
    1111 
    1212 if ( !self ) 
Note: See TracChangeset for help on using the changeset viewer.