[FFmpeg-devel] [PATCH 1/2] ffplay: factorize frame queue operations

Marton Balint cus at passwd.hu
Wed Sep 17 00:19:49 CEST 2014


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 <cus at 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


More information about the ffmpeg-devel mailing list