Some major refactoing of the FFmpegReader, to allow for audio and video packets that are out of order.

This commit is contained in:
Jonathan Thomas
2011-10-24 08:22:21 -05:00
parent 1faa168fb3
commit 43fd6c33d0
8 changed files with 434 additions and 168 deletions

View File

@@ -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);