# HG changeset patch # User diego # Date 1274993980 0 # Node ID 0d18ce469b67f75f6c1c0e314c8e288918837d6c # Parent de190efe4da3b0816cb673f85b20f9bf2300174a Drop pointless _s suffix from 'struct af_stream'. diff -r de190efe4da3 -r 0d18ce469b67 libaf/af.h --- a/libaf/af.h Thu May 27 20:38:25 2010 +0000 +++ b/libaf/af.h Thu May 27 20:59:40 2010 +0000 @@ -106,7 +106,7 @@ }af_cfg_t; // Current audio stream -typedef struct af_stream_s +typedef struct af_stream { // The first and last filter in the list af_instance_t* first; diff -r de190efe4da3 -r 0d18ce469b67 libmpdemux/stheader.h --- a/libmpdemux/stheader.h Thu May 27 20:38:25 2010 +0000 +++ b/libmpdemux/stheader.h Thu May 27 20:59:40 2010 +0000 @@ -72,7 +72,7 @@ int a_out_buffer_len; int a_out_buffer_size; // void* audio_out; // the audio_out handle, used for this audio stream - struct af_stream_s *afilter; // the audio filter stream + struct af_stream *afilter; // the audio filter stream struct ad_functions *ad_driver; #ifdef CONFIG_DYNAMIC_PLUGINS void *dec_handle;