Fixes part of Ticket2516 with ffplay Signed-off-by: Michael Niedermayer <michae...@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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel