X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=afh.h;h=e365df86569337ba767cfe9601f81c3ba39c939c;hb=86c9ceb46b4299282ea1e5f3fe1aab7a97ef30bc;hp=5cc0371a6193b6e67028af876282250c10dd0ff7;hpb=94a5f0c1fc9ea8f295306ad697b3cea6f89c6a97;p=paraslash.git diff --git a/afh.h b/afh.h index 5cc0371a..e365df86 100644 --- a/afh.h +++ b/afh.h @@ -72,6 +72,9 @@ struct audio_format_info { char *header; /** the length of the header, ignored if \a header is \p NULL */ unsigned header_len; + uint8_t channels; + uint16_t frequency; + uint16_t bitrate; }; /**