On Sat, 6 Sep 2014, Marton Balint wrote:
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 <c...@passwd.hu> --- ffplay.c | 357 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 199 insertions(+), 158 deletions(-) diff --git a/ffplay.c b/ffplay.c index 833b5b1..c59065f 100644
Hello Michael, Please merge from my stable branch for the ffplay patches: 5a5128b ffplay: factorize frame queue operations 1643764 ffplay: use frame queue to determine last used pos Thanks, Marton _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel