OSDN Git Service

ffplay: factorize frame queue operations
authorMarton Balint <cus@passwd.hu>
Tue, 2 Jul 2013 23:42:55 +0000 (01:42 +0200)
committerMarton Balint <cus@passwd.hu>
Tue, 16 Sep 2014 20:22:09 +0000 (22:22 +0200)
commit5a5128bab9b87d09189ae3559d9eb67d05be1376
treeb24c45150bf8b330b340fd7309d55a245f334238
parent4b58349bc8ff2ff5dfbc9eef1e5856fd16e1f517
ffplay: factorize frame queue operations

Create a generic frame and a frame queue struct to handle video picture queues
and subtitle picture queues with common code. Also add the possibility to queue
AVFrames, however at the moment we only use SDL_Overlay buffers for video and
AVSubtitles for subtitles.

Signed-off-by: Marton Balint <cus@passwd.hu>
ffplay.c