From 6a275da561e93baf3b3f343113dcc70a3eb5580d Mon Sep 17 00:00:00 2001 From: yoya Date: Thu, 20 Oct 2016 21:21:10 +0900 Subject: [PATCH] sound_format to unsigned int. (for number 15) --- src/swf_tag_sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swf_tag_sound.h b/src/swf_tag_sound.h index 29ef142..0563dff 100644 --- a/src/swf_tag_sound.h +++ b/src/swf_tag_sound.h @@ -11,7 +11,7 @@ typedef struct swf_tag_sound_detail_ { int sound_id; - int sound_format:4; + unsigned int sound_format:4; int sound_rate:2; int sound_is_16bits:1; int sound_is_stereo:1; -- 2.11.0