diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-10-02 23:05:07 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-10-12 17:03:52 +0200 |
commit | 8d80f3cb877b890889b1673029387229648901ed (patch) | |
tree | 470f4da42c8e23c0ae9a0f49c82d435d4ba65457 | |
parent | fe896ec2f9c416da3313e605c67458ee3773d639 (diff) | |
download | ffmpeg-8d80f3cb877b890889b1673029387229648901ed.tar.gz |
output-example: extend duration
-rw-r--r-- | libavformat/output-example.c | 2 |
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 */ |