X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffplay.c;h=af0e199f8c2f2a4a72a387471b5dd1b0ff72c618;hb=2897447ddf805edc0a7935ab633c28e29a89b7b3;hp=7e954fd0c24d9bd448a2d7ccf52fdcba2e3ffcea;hpb=52ea7ffdfbfc46c6936963328f3311fd936f256b;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