[MPlayer-cvslog] r31238 - in trunk: libaf/af.h libmpdemux/stheader.h

diego subversion at mplayerhq.hu
Thu May 27 22:59:40 CEST 2010


Author: diego
Date: Thu May 27 22:59:40 2010
New Revision: 31238

Log:
Drop pointless _s suffix from 'struct af_stream'.

Modified:
   trunk/libaf/af.h
   trunk/libmpdemux/stheader.h

Modified: trunk/libaf/af.h
==============================================================================
--- trunk/libaf/af.h	Thu May 27 22:38:25 2010	(r31237)
+++ trunk/libaf/af.h	Thu May 27 22:59:40 2010	(r31238)
@@ -106,7 +106,7 @@ typedef struct af_cfg_s{
 }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;

Modified: trunk/libmpdemux/stheader.h
==============================================================================
--- trunk/libmpdemux/stheader.h	Thu May 27 22:38:25 2010	(r31237)
+++ trunk/libmpdemux/stheader.h	Thu May 27 22:59:40 2010	(r31238)
@@ -72,7 +72,7 @@ typedef struct sh_audio {
   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;


More information about the MPlayer-cvslog mailing list