Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d7785bd5
Commit
d7785bd5
authored
May 21, 2005
by
damienf
Browse files
dshow.cpp: fill in frame rate info (if demuxing)
parent
3f180b7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/access/dshow/dshow.cpp
View file @
d7785bd5
...
...
@@ -530,6 +530,8 @@ static int DemuxOpen( vlc_object_t *p_this )
fmt
.
video
.
i_gmask
=
0x0000ff00
;
fmt
.
video
.
i_rmask
=
0x000000ff
;
}
fmt
.
video
.
i_frame_rate
=
10000000000ULL
/
p_stream
->
header
.
video
.
AvgTimePerFrame
;
fmt
.
video
.
i_frame_rate_base
=
1000
;
}
else
if
(
p_stream
->
mt
.
majortype
==
MEDIATYPE_Audio
)
{
...
...
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