Changeset 5238:5117fb0e7ed4 in roaraudio for libroaryiff


Ignore:
Timestamp:
11/12/11 17:41:13 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_stream_connect(), roar_stream_add_data(), roar_stream_send_data() and roar_stream_set_flags().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaryiff/playback.c

    r5221 r5238  
    100100 } 
    101101 
    102  if ( roar_stream_connect2(con, s, ROAR_DIR_PLAY, -1) == -1 ) { 
     102 if ( roar_stream_connect(con, s, ROAR_DIR_PLAY, -1) == -1 ) { 
    103103  close(in); 
    104104  return -1; 
Note: See TracChangeset for help on using the changeset viewer.