Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis tools
Commits
86bf5553
Commit
86bf5553
authored
Dec 19, 2020
by
Philipp Schafft
🦁
Browse files
Fix: Made printlots non-static to allow access from codec_kate.c
parent
6aa3617f
Pipeline
#2308
passed with stage
in 1 minute and 24 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
ogginfo/ogginfo2.c
View file @
86bf5553
...
...
@@ -45,7 +45,7 @@ typedef struct {
int
in_headers
;
}
stream_set
;
static
int
printlots
=
0
;
int
printlots
=
0
;
static
int
printinfo
=
1
;
static
int
printwarn
=
1
;
static
int
verbose
=
1
;
...
...
ogginfo/private.h
View file @
86bf5553
...
...
@@ -33,6 +33,8 @@ typedef struct _stream_processor {
void
*
data
;
}
stream_processor
;
extern
int
printlots
;
static
inline
ogg_uint16_t
read_u16le
(
const
unsigned
char
*
in
)
{
return
in
[
0
]
|
(
in
[
1
]
<<
8
);
...
...
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