Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
libdvdread
Commits
c8df1333
Commit
c8df1333
authored
Apr 09, 2014
by
Jean-Baptiste Kempf
Browse files
Better debug messages
parent
da3eee41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ifo_print.c
View file @
c8df1333
...
...
@@ -343,8 +343,8 @@ static void ifo_print_audio_attributes(int level, audio_attr_t *attr) {
printf
(
"(please send a bug report) "
);
}
printf
(
"%d "
,
attr
->
unknown1
);
printf
(
"%d "
,
attr
->
unknown3
);
printf
(
"
Unknown1:
%d "
,
attr
->
unknown1
);
printf
(
"
Unknown3:
%d "
,
attr
->
unknown3
);
}
static
void
ifo_print_subp_attributes
(
int
level
,
subp_attr_t
*
attr
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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