vtl: mark session dirty if video position-lock or timeline height changes
[ardour.git] / libs / vamp-sdk / vamp-hostsdk / PluginSummarisingAdapter.h
index e9c14f5d2bd23ecab5900a09d8dadd9243f6370e..ba18a9a971cffb62a313874800f8da408fbd77d8 100644 (file)
@@ -6,7 +6,7 @@
     An API for audio analysis and feature extraction plugins.
 
     Centre for Digital Music, Queen Mary, University of London.
-    Copyright 2006-2008 Chris Cannam and QMUL.
+    Copyright 2006-2009 Chris Cannam and QMUL.
   
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation
@@ -156,7 +156,7 @@ public:
      */
     enum AveragingMethod {
         SampleAverage         = 0,
-        ContinuousTimeAverage = 1,
+        ContinuousTimeAverage = 1
     };
 
     /**