#include "Media/FrameRange.H"
#include "Util/Assert.H"
#include "Util/StringConversions.H"
#include "Util/StringUtil.H"
#include "Util/log.H"
#include "Util/sformat.H"
#include <iterator>
#include <limits>
#include <vector>
#include <cstdio>
Go to the source code of this file.
Defines | |
#define | EXPECTED_FORMAT "expected [[first[-step]]-[last]]@delay" |
A range of frames at a given inter-frame delay
Definition in file FrameRange.C.