X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffplay.c;h=af0e199f8c2f2a4a72a387471b5dd1b0ff72c618;hb=e9ff5df0b53076636082412f06bdd3b6aaa2b607;hp=7e954fd0c24d9bd448a2d7ccf52fdcba2e3ffcea;hpb=1b58f1376132026a7633fea253f0ed67a8392343;p=ffmpeg diff --git a/ffplay.c b/ffplay.c index 7e954fd0c24..af0e199f8c2 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