Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Albert Gräf
Gem
Commits
65996e92
Commit
65996e92
authored
Feb 11, 2019
by
IOhannes m zmölnig
Browse files
flag new images as new
TODO: this should really go into getPixels()
parent
e2964783
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/filmDS/filmDS.cpp
View file @
65996e92
...
...
@@ -1247,6 +1247,7 @@ pixBlock*filmDS::getFrame(void)
}
bool
res
=
player
->
getPixels
(
m_image
.
image
);
if
(
res
)
{
m_image
.
newimage
=
true
;
return
&
m_image
;
}
return
0
;
...
...
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