[MPlayer-cvslog] r31235 - trunk/libao2/audio_out.h
diego
subversion at mplayerhq.hu
Thu May 27 20:15:04 CEST 2010
Author: diego
Date: Thu May 27 20:15:04 2010
New Revision: 31235
Log:
Drop pointless _s suffix from struct ao_data.
Modified:
trunk/libao2/audio_out.h
Modified: trunk/libao2/audio_out.h
==============================================================================
--- trunk/libao2/audio_out.h Thu May 27 18:46:47 2010 (r31234)
+++ trunk/libao2/audio_out.h Thu May 27 20:15:04 2010 (r31235)
@@ -47,8 +47,7 @@ typedef struct ao_functions_s
} ao_functions_t;
/* global data used by mplayer and plugins */
-typedef struct ao_data_s
-{
+typedef struct ao_data {
int samplerate;
int channels;
int format;
More information about the MPlayer-cvslog
mailing list