src/common.h : Bump SF_HEADER_LEN from 8192 to 12292.

This commit is contained in:
Erik de Castro Lopo 2013-02-10 13:03:59 +11:00
parent e880f88bee
commit 74aa688e01
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)