Browse Source

output-example: extend duration

tags/n0.9
Luca Barbato 14 years ago
parent
commit
8d80f3cb87
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/output-example.c

+ 1
- 1
libavformat/output-example.c View File

@@ -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 */


Loading…
Cancel
Save