You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Replaced last_video_frame and last_audio_frame with a single last_frame variable, and refactored some related code. This fixes a big audio seeking bug.
This commit is contained in:
@@ -32,7 +32,7 @@ void FileReaderBase::InitFileInfo()
|
||||
|
||||
// Display file information
|
||||
void FileReaderBase::DisplayInfo() {
|
||||
cout << fixed << setprecision(2) << cout << boolalpha;
|
||||
cout << fixed << setprecision(2) << boolalpha;
|
||||
cout << "----------------------------" << endl;
|
||||
cout << "----- File Information -----" << endl;
|
||||
cout << "----------------------------" << endl;
|
||||
|
||||
Reference in New Issue
Block a user