[FFmpeg-devel] [PATCH] ffplay: increase subtitle que size

Michael Niedermayer michaelni at gmx.at
Sat Jul 12 00:47:05 CEST 2014


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
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list