]> git.sesse.net Git - vlc/blobdiff - include/vlc_aout.h
i_nb_bytes -> i_buffer
[vlc] / include / vlc_aout.h
index b68d9cd9ac6fb4e27bc070a3a7794b2b0f384f44..bad59803f9ffe99e46c1a414b9044360a26dbe00 100644 (file)
@@ -131,7 +131,7 @@ struct aout_buffer_t
     uint8_t *               p_buffer;
     /* i_size is the real size of the buffer (used for debug ONLY), i_nb_bytes
      * is the number of significative bytes in it. */
-    size_t                  i_size, i_nb_bytes;
+    size_t                  i_size, i_buffer;
     unsigned int            i_nb_samples;
     uint32_t                i_flags;
     mtime_t                 i_pts, i_length;