[Ffmpeg-devel] [PATCH] video4linux2 input

Diego Biurrun diego
Wed Feb 1 11:43:07 CET 2006


On Wed, Feb 01, 2006 at 10:59:51AM +0100, Luca Abeni wrote:
> 
> P.S.: if someone commits this code to the CVS, please also commit the
> raw.diff patch I sent on Monday (Michael already said it looks ok)

Could you resend it to me in private, please?

> -    av_set_pts_info(st, 48, 1, 1000000);  /* 48 bits pts in us */
> +    av_set_pts_info(st, 64, 1, 1000000);  /* 64 bits pts in us */
>     av_set_pts_info(st, 64, 1, 1000000); /* 64 bits pts in us */

Umm, I don't understand this comment, what is "us"?

BTW, it would be nice if you could add a few doxygen comments to the
code.

Diego





More information about the ffmpeg-devel mailing list