ffmpeg | branch: master | Michael Niedermayer <[email protected]> | 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 <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>

> 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

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to