]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
hevc: fix RAP_B_Bossen
[ffmpeg] / ffplay.c
index 7e954fd0c24d9bd448a2d7ccf52fdcba2e3ffcea..af0e199f8c2f2a4a72a387471b5dd1b0ff72c618 100644 (file)
--- 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