From 8d80f3cb877b890889b1673029387229648901ed Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 2 Oct 2011 23:05:07 +0200 Subject: [PATCH] output-example: extend duration --- libavformat/output-example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/output-example.c b/libavformat/output-example.c index 3b28b7c7c6..cb90f60f5d 100644 --- a/libavformat/output-example.c +++ b/libavformat/output-example.c @@ -41,7 +41,7 @@ #undef exit /* 5 seconds stream duration */ -#define STREAM_DURATION 5.0 +#define STREAM_DURATION 200.0 #define STREAM_FRAME_RATE 25 /* 25 images/s */ #define STREAM_NB_FRAMES ((int)(STREAM_DURATION * STREAM_FRAME_RATE)) #define STREAM_PIX_FMT PIX_FMT_YUV420P /* default pix_fmt */