mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 09:59:54 +00:00
src/sndfile.h.in: Formatting only
This commit is contained in:
parent
60648664a3
commit
fa186436b7
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** Copyright (C) 1999-2015 Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||
** Copyright (C) 1999-2016 Erik de Castro Lopo <erikd@mega-nerd.com>
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU Lesser General Public License as published by
|
||||
@ -409,17 +409,17 @@ typedef struct
|
||||
*/
|
||||
|
||||
typedef struct
|
||||
{ int cue_count;
|
||||
{ int cue_count ;
|
||||
|
||||
struct
|
||||
{ int dwName;
|
||||
uint32_t dwPosition;
|
||||
int fccChunk;
|
||||
int dwChunkStart;
|
||||
int dwBlockStart;
|
||||
uint32_t dwSampleOffset;
|
||||
char name[256];
|
||||
} cue_points[100];
|
||||
struct
|
||||
{ int dwName ;
|
||||
unsigned int dwPosition ;
|
||||
int fccChunk ;
|
||||
int dwChunkStart ;
|
||||
int dwBlockStart ;
|
||||
unsigned int dwSampleOffset ;
|
||||
char name [256] ;
|
||||
} cue_points [100] ;
|
||||
} SF_CUES ;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user