Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / edl.inc
index 966eef59816ee7d524a895402b3da18041f31ea5..8b9e73037e34d85cd2eb9426aa44c9b67038f6fd 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -182,4 +183,8 @@ class EDL;
 #define INSERT_EFFECTS_EXTRA 5
 #define INSERT_EFFECTS_MASTER 6
 
+#define PROXY_INACTIVE 0
+#define PROXY_ACTIVE   1
+#define PROXY_DISABLED 2
+
 #endif