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
d1588c0d
Commit
d1588c0d
authored
May 08, 2019
by
IOhannes m zmölnig
Browse files
use "AviStream::Video" instead of "avm::IStream::StreamType(1)" for better readability
parent
863e6edb
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/filmAVIPLAY/filmAVIPLAY.cpp
View file @
d1588c0d
...
...
@@ -104,7 +104,7 @@ bool filmAVIPLAY :: open(const std::string&filename,
try
{
int
curtrack
=
m_curTrack
;
if
(
curtrack
<
0
)
curtrack
=
0
;
m_avistream
=
m_avifile
->
GetStream
(
curtrack
,
avm
::
I
Stream
::
StreamType
(
1
)
);
m_avistream
=
m_avifile
->
GetStream
(
curtrack
,
Avi
Stream
::
Video
);
}
catch
(
const
char
*
string
)
{
m_avistream
=
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