From: dooglus Date: Fri, 29 Feb 2008 15:35:42 +0000 (+0000) Subject: Add a new time format: "frames only". X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=96aa44af8c1800bcfc1308b55d40a2da419221d9;p=synfig.git Add a new time format: "frames only". git-svn-id: http://svn.voria.com/code@1822 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/time.h b/synfig-core/trunk/src/synfig/time.h index ef82b90..5acc15e 100644 --- a/synfig-core/trunk/src/synfig/time.h +++ b/synfig-core/trunk/src/synfig/time.h @@ -55,7 +55,8 @@ public: FORMAT_NORMAL=0, //!< Represents the default method of printing the time FORMAT_NOSPACES=(1<<0), //!< Remove any whitespace FORMAT_FULL=(1<<1), //!< Do not remove units that have "zero" value - FORMAT_VIDEO=(1<<2), //!< Use the HH:MM:SS.ff format + FORMAT_VIDEO=(1<<2), //!< Use the HH:MM:SS.FF format + FORMAT_FRAMES=(1<<3), //!< Use the FF format (frames only) FORMAT_END=(1<<4) //!< \internal Not used }; // END of enum Format