Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
0e4fd468
Commit
0e4fd468
authored
Aug 30, 2004
by
hartman
Browse files
* Remove fprintf debug statement in the mp4 demux
parent
b83f5ed9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mp4/mp4.c
View file @
0e4fd468
...
...
@@ -625,7 +625,6 @@ static int Demux( demux_t *p_demux )
}
}
p_block
->
i_dts
=
MP4_TrackGetPTS
(
p_demux
,
tk
)
+
1
;
fprintf
(
stderr
,
"dts=%lld
\n
"
,
p_block
->
i_dts
);
p_block
->
i_pts
=
tk
->
fmt
.
i_cat
==
VIDEO_ES
?
0
:
p_block
->
i_dts
+
1
;
...
...
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