[FFmpeg-devel] [PATCH] examples/muxing: reduce duration, fix wrong and misleading comment

Stefano Sabatini stefasab at gmail.com
Tue Jan 21 11:58:35 CET 2014


On date Tuesday 2014-01-21 04:31:25 +0100, Michael Niedermayer encoded:
> On Sun, Jan 19, 2014 at 06:33:30PM +0100, Stefano Sabatini wrote:
> > ---
> >  doc/examples/muxing.c | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
> > index 3fd21e5..2ea2f8f 100644
> > --- a/doc/examples/muxing.c
> > +++ b/doc/examples/muxing.c
> > @@ -43,8 +43,7 @@
> >  
> >  static int audio_is_eof, video_is_eof;
> >  
> > -/* 5 seconds stream duration */
> > -#define STREAM_DURATION   200.0
> > +#define STREAM_DURATION   10.0
> >  #define STREAM_FRAME_RATE 25 /* 25 images/s */
> >  #define STREAM_PIX_FMT    AV_PIX_FMT_YUV420P /* default pix_fmt */
> 
> LGTM

Applied.
-- 
FFmpeg = Foolish and Fundamental Murdering Practical Elastic Governor


More information about the ffmpeg-devel mailing list