mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
alac: Fix unitialized value
This commit is contained in:
parent
b20886b7ab
commit
96755fa3e5
@ -234,7 +234,7 @@ static int aiff_get_chunk_data (SF_PRIVATE *psf, const SF_CHUNK_ITERATOR * itera
|
||||
int
|
||||
aiff_open (SF_PRIVATE *psf)
|
||||
{ COMM_CHUNK comm_fmt ;
|
||||
int error, subformat ;
|
||||
int error = 0, subformat ;
|
||||
|
||||
memset (&comm_fmt, 0, sizeof (comm_fmt)) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user