mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Add .c_str() to line 300 (filename).
Originally committed to SVN as r1976.
This commit is contained in:
parent
ad1d357c61
commit
0e00389079
@ -297,7 +297,7 @@ void VideoContext::SetVideo(const wxString &filename) {
|
||||
keyFramesLoaded = true;
|
||||
#else
|
||||
#ifdef WITH_FFMPEG
|
||||
LAVCKeyFrames k(filename);
|
||||
LAVCKeyFrames k(filename.c_str());
|
||||
KeyFrames = k.GetKeyFrames();
|
||||
keyFramesLoaded = true;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user