diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-25 15:34:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-12 04:52:01 +0200 |
commit | f683895dee05a1beab09261a5fcafa72eadbd75a (patch) | |
tree | 430ba74fcb51be0ed0144969017973f236697f54 /doc/demuxers.texi | |
parent | 513a431e073ab725eb85fe7021591da9ad27a55f (diff) | |
download | ffmpeg-f683895dee05a1beab09261a5fcafa72eadbd75a.tar.gz |
avformat/img2dec: support nanosecond file times
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index ada8644b76..f0a14e060d 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -265,6 +265,8 @@ is 5. If set to 1, will set frame timestamp to modification time of image file. Note that monotonity of timestamps is not provided: images go in the same order as without this option. Default value is 0. +If set to 2, will set frame timestamp to the modification time of the image file in +nanosecond precission. @item video_size Set the video size of the images to read. If not specified the video size is guessed from the first image file in the sequence. |