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
da3eee41
Commit
da3eee41
authored
Apr 09, 2014
by
Jean-Baptiste Kempf
Browse files
Do not assert on broken DVDs
parent
02d9e36e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ifo_print.c
View file @
da3eee41
...
...
@@ -150,7 +150,7 @@ static void ifo_print_video_attributes(int level, video_attr_t *attr) {
}
printf
(
"U%x, "
,
attr
->
unknown1
);
assert
(
!
attr
->
unknown1
);
/*
assert(!attr->unknown1);
*/
if
(
attr
->
line21_cc_1
||
attr
->
line21_cc_2
)
{
printf
(
"NTSC CC "
);
...
...
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