[FFmpeg-devel] [PATCH] ffplay: increase subtitle que size
Marton Balint
cus at passwd.hu
Sat Jul 12 15:35:10 CEST 2014
On Sat, 12 Jul 2014, Michael Niedermayer wrote:
> Fixes part of Ticket2516 with ffplay
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> ffplay.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/ffplay.c b/ffplay.c
> index 6572c42..c07e359 100644
> --- a/ffplay.c
> +++ b/ffplay.c
> @@ -120,7 +120,7 @@ typedef struct PacketQueue {
> } PacketQueue;
>
> #define VIDEO_PICTURE_QUEUE_SIZE 3
> -#define SUBPICTURE_QUEUE_SIZE 4
> +#define SUBPICTURE_QUEUE_SIZE 16
>
> typedef struct VideoPicture {
> double pts; // presentation timestamp for this picture
LGTM, thanks,
Marton
More information about the ffmpeg-devel
mailing list