Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
cecae387
Commit
cecae387
authored
Sep 04, 2009
by
Hugo Beauzee-Luyssen
Browse files
Really handle FPS as a float...
parent
a4f8d7e5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Media/Media.cpp
View file @
cecae387
...
...
@@ -165,7 +165,7 @@ void Media::setHeight( int height )
m_height
=
height
;
}
unsigned
int
Media
::
getFps
()
const
float
Media
::
getFps
()
const
{
return
m_fps
;
}
...
...
src/Media/Media.h
View file @
cecae387
...
...
@@ -112,7 +112,7 @@ public:
int
getHeight
()
const
;
void
setHeight
(
int
height
);
unsigned
int
getFps
()
const
;
float
getFps
()
const
;
void
setFps
(
float
fps
);
const
QUuid
&
getUuid
()
const
;
...
...
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