[MPlayer-cvslog] r31231 - in trunk: libmpcodecs/ad.h libmpdemux/stheader.h
diego
subversion at mplayerhq.hu
Thu May 27 12:10:28 CEST 2010
Author: diego
Date: Thu May 27 12:10:27 2010
New Revision: 31231
Log:
cosmetics: Drop pointless _s suffix from 'struct ad_functions'.
Modified:
trunk/libmpcodecs/ad.h
trunk/libmpdemux/stheader.h
Modified: trunk/libmpcodecs/ad.h
==============================================================================
--- trunk/libmpcodecs/ad.h Thu May 27 12:08:30 2010 (r31230)
+++ trunk/libmpcodecs/ad.h Thu May 27 12:10:27 2010 (r31231)
@@ -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);
Modified: trunk/libmpdemux/stheader.h
==============================================================================
--- trunk/libmpdemux/stheader.h Thu May 27 12:08:30 2010 (r31230)
+++ trunk/libmpdemux/stheader.h Thu May 27 12:10:27 2010 (r31231)
@@ -73,7 +73,7 @@ typedef struct sh_audio {
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
More information about the MPlayer-cvslog
mailing list