changeset 31174:39f5b7f71ddd

cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
author diego
date Thu, 27 May 2010 10:10:27 +0000
parents b35751576d17
children 6c7b07731503
files libmpcodecs/ad.h libmpdemux/stheader.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);
--- 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