[Ffmpeg-devel] Patch for outdated bug in output_example.c
Michael Niedermayer
michaelni
Sun Aug 21 21:45:47 CEST 2005
Hi
On Thu, Aug 18, 2005 at 05:28:30PM +0200, Martin Boehme wrote:
> This (trivial) patch updates a comment that didn't get changed when
> frame_rate changed to time_base.
>
> Martin
>
> --
> Martin B?hme
> Inst. f. Neuro- and Bioinformatics
> Ratzeburger Allee 160, D-23538 Luebeck
> Phone: +49 451 500 5514
> Fax: +49 451 500 5502
> boehme at inb.uni-luebeck.de
> Index: output_example.c
> ===================================================================
> RCS file: /cvsroot/ffmpeg/ffmpeg/output_example.c,v
> retrieving revision 1.16
> diff -u -r1.16 output_example.c
> --- output_example.c 23 Jul 2005 15:43:07 -0000 1.16
> +++ output_example.c 18 Aug 2005 15:27:54 -0000
> @@ -199,7 +199,8 @@
> /* resolution must be a multiple of two */
> c->width = 352;
> c->height = 288;
> - /* frames per second */
> + /* time base: This is the interval between two frames in seconds,
> + * expressed as a fraction */
this is not correct for "variable fps" video
[...]
--
Michael
More information about the ffmpeg-devel
mailing list