[FFmpeg-cvslog] avformat/img2dec: support nanosecond file times
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Mon Apr 14 21:37:23 CEST 2014
On Sat, Apr 12, 2014 at 05:03:14AM +0200, Michael Niedermayer wrote:
> +If set to 2, will set frame timestamp to the modification time of the image file in
> +nanosecond precission.
> + { "sec", "second precission", 0, AV_OPT_TYPE_CONST, {.i64 = 1 }, 0, 2, DEC, "ts_type" },
> + { "ns", "nano second precission", 0, AV_OPT_TYPE_CONST, {.i64 = 2 }, 0, 2, DEC, "ts_type" },
Nit: it is spelt "precision", with only one 's'.
More information about the ffmpeg-cvslog
mailing list