Skip to content
GitLab
Projects
Groups
Snippets
/
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
e2964783
Commit
e2964783
authored
Feb 11, 2019
by
IOhannes m zmölnig
Browse files
removed disabled code
parent
d972921c
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/filmDS/filmDS.cpp
View file @
e2964783
...
...
@@ -431,7 +431,6 @@ public:
STDMETHODIMP
SampleCB
(
double
Time
,
IMediaSample
*
pSample
)
{
MARK
();
BYTE
*
ptrBuffer
=
NULL
;
HRESULT
hr
=
pSample
->
GetPointer
(
&
ptrBuffer
);
...
...
@@ -1258,17 +1257,9 @@ film::errCode filmDS::changeImage(int imgNum, int trackNum)
if
(
!
(
player
&&
player
->
isLoaded
()))
{
return
film
::
FAILURE
;
}
#if 1
player
->
setApproximateFrame
(
imgNum
);
return
film
::
DONTKNOW
;
#else
if
(
player
->
setApproximateFrame
(
imgNum
))
{
MARK
();
return
film
::
SUCCESS
;
}
MARK
();
return
film
::
FAILURE
;
#endif
}
// Property handling
bool
filmDS
::
enumProperties
(
gem
::
Properties
&
readable
,
...
...
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