# HG changeset patch # User diego # Date 1274955027 0 # Node ID 39f5b7f71ddd0bc2421fabe1fb077070a9ad05ba # Parent b35751576d17af72b1842d551078fff7a9f6d832 cosmetics: Drop pointless _s suffix from 'struct ad_functions'. diff -r b35751576d17 -r 39f5b7f71ddd libmpcodecs/ad.h --- a/libmpcodecs/ad.h Thu May 27 10:08:30 2010 +0000 +++ b/libmpcodecs/ad.h Thu May 27 10:10:27 2010 +0000 @@ -25,7 +25,7 @@ typedef mp_codec_info_t ad_info_t; /* interface of video decoder drivers */ -typedef struct ad_functions_s +typedef struct ad_functions { const ad_info_t *info; int (*preinit)(sh_audio_t *sh); diff -r b35751576d17 -r 39f5b7f71ddd libmpdemux/stheader.h --- a/libmpdemux/stheader.h Thu May 27 10:08:30 2010 +0000 +++ b/libmpdemux/stheader.h Thu May 27 10:10:27 2010 +0000 @@ -73,7 +73,7 @@ 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 ad_functions_s* ad_driver; + struct ad_functions *ad_driver; #ifdef CONFIG_DYNAMIC_PLUGINS void *dec_handle; #endif