Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-12 02:44:41 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-12 18:29:03 +0400
commite5eff191e490b55fc027fcd881e2ebcfe0c4b0fe (patch)
tree16b7cdb86e0e87d8aa2f1e92462a83f032263abe /ffplay.c
parent123649dd19c0aeb26b23a2dce6a8ca4300399a19 (diff)
ffplay: increase subtitle que size
Fixes part of Ticket2516 with ffplay Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 7e954fd0c2..af0e199f8c 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