mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
src/common.h : Bump SF_HEADER_LEN from 8192 to 12292.
This commit is contained in:
parent
e880f88bee
commit
74aa688e01
@ -1,3 +1,9 @@
|
||||
2013-02-10 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/common.h
|
||||
Bump SF_HEADER_LEN from 8192 to 12292, the value it was in the 1.0.25
|
||||
release.
|
||||
|
||||
2013-02-09 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* src/alac.c
|
||||
|
@ -74,7 +74,7 @@
|
||||
#define SF_FILENAME_LEN (512)
|
||||
#define SF_SYSERR_LEN (256)
|
||||
#define SF_MAX_STRINGS (32)
|
||||
#define SF_HEADER_LEN (8192)
|
||||
#define SF_HEADER_LEN (12292)
|
||||
#define SF_PARSELOG_LEN (2048)
|
||||
|
||||
#define PSF_SEEK_ERROR ((sf_count_t) -1)
|
||||
|
Loading…
Reference in New Issue
Block a user