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
350b2bb1
Commit
350b2bb1
authored
Feb 07, 2011
by
Alexander Strasser
Committed by
Michael Niedermayer
Feb 08, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vorbis dec: cosmetics: Indent CPP cond properly
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
6d173dae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vorbis_dec.c
libavcodec/vorbis_dec.c
+2
-2
No files found.
libavcodec/vorbis_dec.c
View file @
350b2bb1
...
...
@@ -799,12 +799,12 @@ static void create_map(vorbis_context *vc, uint_fast8_t floor_number)
vf
->
map_size
[
blockflag
]
=
n
;
}
#
ifdef V_DEBUG
#ifdef V_DEBUG
for
(
idx
=
0
;
idx
<=
n
;
++
idx
)
{
AV_DEBUG
(
"floor0 map: map at pos %d is %d
\n
"
,
idx
,
map
[
idx
]);
}
#
endif
#endif
}
static
int
vorbis_parse_setup_hdr_modes
(
vorbis_context
*
vc
)
...
...
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