Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
b2d01eea
Commit
b2d01eea
authored
Mar 02, 2015
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
Mar 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MKV: MKV_DEBUG is a define to set, not a particular value
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
9286394d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/demux/mkv/virtual_segment.cpp
modules/demux/mkv/virtual_segment.cpp
+2
-2
modules/demux/mkv/virtual_segment.hpp
modules/demux/mkv/virtual_segment.hpp
+2
-2
No files found.
modules/demux/mkv/virtual_segment.cpp
View file @
b2d01eea
...
@@ -207,7 +207,7 @@ virtual_edition_c::virtual_edition_c( chapter_edition_c * p_edit, std::vector<ma
...
@@ -207,7 +207,7 @@ virtual_edition_c::virtual_edition_c( chapter_edition_c * p_edit, std::vector<ma
b_ordered
=
true
;
b_ordered
=
true
;
}
}
#if MKV_DEBUG
#if
def
MKV_DEBUG
msg_Dbg
(
&
p_main_segment
->
sys
.
demuxer
,
"-- RECAP-BEGIN --"
);
msg_Dbg
(
&
p_main_segment
->
sys
.
demuxer
,
"-- RECAP-BEGIN --"
);
print
();
print
();
msg_Dbg
(
&
p_main_segment
->
sys
.
demuxer
,
"-- RECAP-END --"
);
msg_Dbg
(
&
p_main_segment
->
sys
.
demuxer
,
"-- RECAP-END --"
);
...
@@ -610,7 +610,7 @@ bool virtual_chapter_c::Leave( bool b_do_subs )
...
@@ -610,7 +610,7 @@ bool virtual_chapter_c::Leave( bool b_do_subs )
return
false
;
return
false
;
}
}
#if MKV_DEBUG
#if
def
MKV_DEBUG
void
virtual_chapter_c
::
print
()
void
virtual_chapter_c
::
print
()
{
{
msg_Dbg
(
&
p_segment
->
sys
.
demuxer
,
"*** chapter %"
PRId64
" - %"
PRId64
" (%u)"
,
msg_Dbg
(
&
p_segment
->
sys
.
demuxer
,
"*** chapter %"
PRId64
" - %"
PRId64
" (%u)"
,
...
...
modules/demux/mkv/virtual_segment.hpp
View file @
b2d01eea
...
@@ -72,7 +72,7 @@ public:
...
@@ -72,7 +72,7 @@ public:
int64_t
i_virtual_stop_time
;
int64_t
i_virtual_stop_time
;
int
i_seekpoint_num
;
int
i_seekpoint_num
;
std
::
vector
<
virtual_chapter_c
*>
sub_chapters
;
std
::
vector
<
virtual_chapter_c
*>
sub_chapters
;
#if MKV_DEBUG
#if
def
MKV_DEBUG
void
print
();
void
print
();
#endif
#endif
};
};
...
@@ -101,7 +101,7 @@ public:
...
@@ -101,7 +101,7 @@ public:
private:
private:
void
retimeChapters
();
void
retimeChapters
();
void
retimeSubChapters
(
virtual_chapter_c
*
p_vchap
);
void
retimeSubChapters
(
virtual_chapter_c
*
p_vchap
);
#if MKV_DEBUG
#if
def
MKV_DEBUG
void
print
(){
for
(
size_t
i
=
0
;
i
<
chapters
.
size
();
i
++
)
chapters
[
i
]
->
print
();
}
void
print
(){
for
(
size_t
i
=
0
;
i
<
chapters
.
size
();
i
++
)
chapters
[
i
]
->
print
();
}
#endif
#endif
...
...
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