Added PlayerBase, SDLPlayer, and QtPlayer. This forms the basis for the Player classes in libopenshot.

This commit is contained in:
Jonathan Thomas
2013-11-06 23:17:35 -06:00
parent d120d24be6
commit cdde046ca4
11 changed files with 489 additions and 43 deletions

View File

@@ -41,6 +41,15 @@ using namespace tr1;
int main(int argc, char* argv[])
{
FFmpegReader r2("/home/jonathan/Videos/sintel_trailer-720p.mp4");
r2.Open();
SDLPlayer p;
p.Reader(&r2);
p.Play();
return 0;
// Image of interlaced frame
// ImageReader ir("/home/jonathan/apps/libopenshot/src/examples/interlaced.png");
// ir.Open();