提交 e9e5dd94 编写于 作者: S Sean Barrett

Merge branch 'vorbis-pedantic' of https://github.com/rohit-n/stb into working

...@@ -375,7 +375,7 @@ enum STBVorbisError ...@@ -375,7 +375,7 @@ enum STBVorbisError
VORBIS_invalid_first_page, VORBIS_invalid_first_page,
VORBIS_bad_packet_type, VORBIS_bad_packet_type,
VORBIS_cant_find_last_page, VORBIS_cant_find_last_page,
VORBIS_seek_failed, VORBIS_seek_failed
}; };
...@@ -1591,7 +1591,7 @@ enum ...@@ -1591,7 +1591,7 @@ enum
{ {
VORBIS_packet_id = 1, VORBIS_packet_id = 1,
VORBIS_packet_comment = 3, VORBIS_packet_comment = 3,
VORBIS_packet_setup = 5, VORBIS_packet_setup = 5
}; };
static int codebook_decode_scalar_raw(vorb *f, Codebook *c) static int codebook_decode_scalar_raw(vorb *f, Codebook *c)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册