projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
server: Include git version in output of com_si().
[paraslash.git]
/
afs.h
diff --git
a/afs.h
b/afs.h
index
cd98a9f
..
96da2da
100644
(file)
--- a/
afs.h
+++ b/
afs.h
@@
-131,6
+131,8
@@
struct audio_file_data {
struct afh_info afhi;
/** Size of the largest chunk. */
uint32_t max_chunk_size;
+ /** Needed to get the audio file header. */
+ uint8_t audio_format_id;
};
/**