diff --git a/ffplay.c b/ffplay.c index 7e954fd0c2..af0e199f8c 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