From 1f6c494641c4ca99eec7a9f47818526c72789439 Mon Sep 17 00:00:00 2001 From: anders Date: Tue, 1 Oct 2002 06:45:08 +0000 Subject: Adding new audio output filter layer libaf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7569 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp_msg.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mp_msg.h') diff --git a/mp_msg.h b/mp_msg.h index 158470de89..6e15a2c5e3 100644 --- a/mp_msg.h +++ b/mp_msg.h @@ -81,6 +81,8 @@ extern int verbose; // defined in mplayer.c #define MSGT_VOBSUB 35 #define MSGT_SUBREADER 36 +#define MSGT_AFILTER 37 // Audio filter messages + #define MSGT_MAX 64 void mp_msg_init(); -- cgit v1.2.3