aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-10-02 23:05:07 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-10-12 17:03:52 +0200
commit8d80f3cb877b890889b1673029387229648901ed (patch)
tree470f4da42c8e23c0ae9a0f49c82d435d4ba65457
parentfe896ec2f9c416da3313e605c67458ee3773d639 (diff)
downloadffmpeg-8d80f3cb877b890889b1673029387229648901ed.tar.gz
output-example: extend duration
-rw-r--r--libavformat/output-example.c2
1 files changed, 1 insertions, 1 deletions
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 */