]> git.sesse.net Git - vlc/blobdiff - include/audio_output.h
Added names to headers
[vlc] / include / audio_output.h
index 9b09537eee0298a0a80e4a39dc72ee326af6f47b..7e2ba7423948b624fa03ad6c134e5d3d15f9ad0c 100644 (file)
@@ -49,7 +49,7 @@
  * order to avoid rounding problems and heavy computations, as the function
  * that handles this structure only uses additions.
  *****************************************************************************/
-typedef struct
+typedef struct aout_increment_s
 {
     /* The remainder is used to keep track of the fractional part of the
      * index. */
@@ -73,7 +73,7 @@ typedef struct
 /*****************************************************************************
  * aout_fifo_t
  *****************************************************************************/
-typedef struct
+typedef struct aout_fifo_s
 {
     /* See the fifo types below */
     int                 i_type;
@@ -139,11 +139,11 @@ typedef struct aout_thread_s
 
     /* Plugin used and shortcuts to access its capabilities */
     struct module_s *   p_module;
-    aout_open_t *       p_open;
-    aout_setformat_t *  p_setformat;
-    aout_getbufinfo_t * p_getbufinfo;
-    aout_play_t *       p_play;
-    aout_close_t *      p_close;
+    aout_open_t *       pf_open;
+    aout_setformat_t *  pf_setformat;
+    aout_getbufinfo_t * pf_getbufinfo;
+    aout_play_t *       pf_play;
+    aout_close_t *      pf_close;
 
     void *              buffer;
     /* The s32 buffer is used to mix all the audio fifos together before