audio.c: sanity checking with warnings

This commit is contained in:
veclavtalica
2024-07-08 18:22:40 +03:00
parent 6cb8736fc1
commit eba3f0a2d5
2 changed files with 12 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ struct audio_channel {
enum audio_file_type file_type;
union audio_context context; /* interpreted by `file_type` value */
const char *path;
const char *name;
};