diff mp_msg.h @ 7568:d08513b9fed6

Adding new audio output filter layer libaf
author anders
date Tue, 01 Oct 2002 06:45:08 +0000
parents 2e5c07262861
children 36a5cdca733b
line wrap: on
line diff
--- a/mp_msg.h	Mon Sep 30 21:46:54 2002 +0000
+++ b/mp_msg.h	Tue Oct 01 06:45:08 2002 +0000
@@ -81,6 +81,8 @@
 #define MSGT_VOBSUB 35
 #define MSGT_SUBREADER 36
 
+#define MSGT_AFILTER 37  // Audio filter messages
+
 #define MSGT_MAX 64
 
 void mp_msg_init();