aboutsummaryrefslogtreecommitdiff
path: root/src/audio_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio_format.h')
-rw-r--r--src/audio_format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/audio_format.h b/src/audio_format.h
index 54514ff9..6373d1e8 100644
--- a/src/audio_format.h
+++ b/src/audio_format.h
@@ -45,6 +45,7 @@ static inline void audio_format_init(struct audio_format *af,
af->sample_rate = sample_rate;
af->bits = bits;
af->channels = channels;
+ af->reverse_endian = 0;
}
static inline bool audio_format_defined(const struct audio_format *af)