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>
This commit is contained in:
parent
123649dd19
commit
e5eff191e4
2
ffplay.c
2
ffplay.c
@ -120,7 +120,7 @@ typedef struct PacketQueue {
|
|||||||
} PacketQueue;
|
} PacketQueue;
|
||||||
|
|
||||||
#define VIDEO_PICTURE_QUEUE_SIZE 3
|
#define VIDEO_PICTURE_QUEUE_SIZE 3
|
||||||
#define SUBPICTURE_QUEUE_SIZE 4
|
#define SUBPICTURE_QUEUE_SIZE 16
|
||||||
|
|
||||||
typedef struct VideoPicture {
|
typedef struct VideoPicture {
|
||||||
double pts; // presentation timestamp for this picture
|
double pts; // presentation timestamp for this picture
|
||||||
|
Loading…
Reference in New Issue
Block a user