mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Cosmetic: Fix indentation.
Originally committed as revision 4935 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
536b48b258
commit
f9c5c13af5
@ -39,19 +39,19 @@ typedef struct {
|
|||||||
} t0;
|
} t0;
|
||||||
struct vorbis_floor1_s
|
struct vorbis_floor1_s
|
||||||
{
|
{
|
||||||
uint_fast8_t partitions;
|
uint_fast8_t partitions;
|
||||||
uint_fast8_t maximum_class;
|
uint_fast8_t maximum_class;
|
||||||
uint_fast8_t partition_class[32];
|
uint_fast8_t partition_class[32];
|
||||||
uint_fast8_t class_dimensions[16];
|
uint_fast8_t class_dimensions[16];
|
||||||
uint_fast8_t class_subclasses[16];
|
uint_fast8_t class_subclasses[16];
|
||||||
uint_fast8_t class_masterbook[16];
|
uint_fast8_t class_masterbook[16];
|
||||||
int_fast16_t subclass_books[16][8];
|
int_fast16_t subclass_books[16][8];
|
||||||
uint_fast8_t multiplier;
|
uint_fast8_t multiplier;
|
||||||
uint_fast16_t x_list_dim;
|
uint_fast16_t x_list_dim;
|
||||||
uint_fast16_t *x_list;
|
uint_fast16_t *x_list;
|
||||||
uint_fast16_t *x_list_order;
|
uint_fast16_t *x_list_order;
|
||||||
uint_fast16_t *low_neighbour;
|
uint_fast16_t *low_neighbour;
|
||||||
uint_fast16_t *high_neighbour;
|
uint_fast16_t *high_neighbour;
|
||||||
} t1;
|
} t1;
|
||||||
} data;
|
} data;
|
||||||
} vorbis_floor;
|
} vorbis_floor;
|
||||||
|
Loading…
Reference in New Issue
Block a user