[FFmpeg-cvslog] ffplay: increase subtitle que size

Michael Niedermayer git at videolan.org
Sat Jul 12 16:34:13 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 12 00:44:41 2014 +0200| [e5eff191e490b55fc027fcd881e2ebcfe0c4b0fe] | committer: Michael Niedermayer

ffplay: increase subtitle que size

Fixes part of Ticket2516 with ffplay

Reviewed-by: Marton Balint <cus at passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5eff191e490b55fc027fcd881e2ebcfe0c4b0fe
---

 ffplay.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the ffmpeg-cvslog mailing list