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
f35cdf2a
Commit
f35cdf2a
authored
Sep 03, 2005
by
Steve Lhomme
Browse files
* fix a timecode/stuttering problem with VFW tracks
parent
6e6cae5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/mkv.cpp
View file @
f35cdf2a
...
...
@@ -1903,6 +1903,10 @@ msg_Dbg( p_demux, "block i_dts: "I64Fd" / i_pts: "I64Fd, p_block->i_dts, p_block
{
p_block
->
i_length
=
i_duration
*
1000
;
}
if
(
!
strcmp
(
tk
->
psz_codec
,
"V_MS/VFW/FOURCC"
)
)
{
p_block
->
i_pts
=
0
;
}
es_out_Send
(
p_demux
->
out
,
tk
->
p_es
,
p_block
);
...
...
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