X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=7a30947a637e43fbeccc9788b30c21f917a427df;hp=62e38c02af85a946c74533115b8f826be337781a;hb=7eab3b26d6c5094ad13bf64ac07eaed57f7b69a0;hpb=5e12f77a5b2a76c8a6f19a96958e0992962573db diff --git a/afh.h b/afh.h index 62e38c02..7a30947a 100644 --- a/afh.h +++ b/afh.h @@ -28,9 +28,9 @@ struct taginfo { /** Audio format dependent information. */ struct afh_info { /** The number of chunks this audio file contains. */ - long unsigned chunks_total; + uint32_t chunks_total; /** The length of the audio file in seconds. */ - long unsigned seconds_total; + uint32_t seconds_total; /** Audio handler specific info about the file. */ char *techinfo; /** Id3 tags, vorbis comments, aac tags. */