Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
FFmpeg Thumbnailer
Commits
18c39bcc
Commit
18c39bcc
authored
Aug 07, 2020
by
Martin Tobias Holmedahl Sandsmark
Browse files
remove deprecated/unnecessary call
parent
45813d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
ffmpegthumbnailer/moviedecoder.cpp
View file @
18c39bcc
...
...
@@ -60,8 +60,6 @@ void MovieDecoder::initialize(const QString& filename)
m_lastHeight
=
-
1
;
m_lastPixfmt
=
AV_PIX_FMT_NONE
;
av_register_all
();
QFileInfo
fileInfo
(
filename
);
if
((
!
m_FormatContextWasGiven
)
&&
avformat_open_input
(
&
m_pFormatContext
,
fileInfo
.
absoluteFilePath
().
toLocal8Bit
().
data
(),
NULL
,
NULL
)
!=
0
)
{
...
...
Write
Preview
Supports
Markdown
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