Fix the horrible mess that was anything related to sources and paths.
[ardour.git] / libs / ardour / ardour / smpte.h
index 6a7684c5baca83df289ed82d743c8eeedfbddad7..d0901c372e78a3a286a66eec12c02c40c72069d0 100644 (file)
@@ -30,7 +30,10 @@ enum Wrap {
        HOURS
 };
 
-// FIXME: make this a float
+/** SMPTE frame rate (in frames per second).
+ *
+ * This should be eliminated in favour of a float to support arbitrary rates.
+ */
 enum FPS {
     MTC_24_FPS = 0,
     MTC_25_FPS = 1,