You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Some major refactoing of the FFmpegReader, to allow for audio and video packets that are out of order.
This commit is contained in:
@@ -28,11 +28,8 @@ int main()
|
||||
// Display debug info
|
||||
r.DisplayInfo();
|
||||
|
||||
r.GetFrame(300);
|
||||
r.GetFrame(300);
|
||||
r.GetFrame(301);
|
||||
r.GetFrame(302);
|
||||
r.GetFrame(5);
|
||||
r.GetFrame(1).Display();
|
||||
r.GetFrame(300).Display();
|
||||
|
||||
//Player g;
|
||||
//g.SetReader(&r);
|
||||
|
||||
Reference in New Issue
Block a user