Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
f9c5c13a
Commit
f9c5c13a
authored
Feb 04, 2006
by
Alexander Strasser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetic: Fix indentation.
Originally committed as revision 4935 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
536b48b2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
vorbis.h
libavcodec/vorbis.h
+13
-13
No files found.
libavcodec/vorbis.h
View file @
f9c5c13a
...
@@ -39,19 +39,19 @@ typedef struct {
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment