Mercurial > mplayer.hg
changeset 31180:0d18ce469b67
Drop pointless _s suffix from 'struct af_stream'.
author | diego |
---|---|
date | Thu, 27 May 2010 20:59:40 +0000 |
parents | de190efe4da3 |
children | e735964b5d56 |
files | libaf/af.h libmpdemux/stheader.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;
--- 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;