X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=7c6912c3b89fa8d71fe15f6dae7fb1eb1b6bd82c;hb=94cc219f19a98a5a046cf9f7fb3bfe4d7ef79eb1;hp=b4de774ad4f74de087d3d65cb78cf8a890ebef9f;hpb=880818ccab1a9223399194926dfa33b509d8bc12;p=paraslash.git diff --git a/afh.h b/afh.h index b4de774a..7c6912c3 100644 --- a/afh.h +++ b/afh.h @@ -41,7 +41,7 @@ struct audio_format_info { * The table that specifies the offset of the individual pieces in * the current audio file. */ - size_t *chunk_table; + uint32_t *chunk_table; /** Period of time between sending data chunks. */ struct timeval chunk_tv; /** End of file timeout - Do not load new audio file until this time. */