summaryrefslogtreecommitdiffstats
path: root/libaf/af_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'libaf/af_export.c')
-rw-r--r--libaf/af_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libaf/af_export.c b/libaf/af_export.c
index 193271b45e..b5e5a884c0 100644
--- a/libaf/af_export.c
+++ b/libaf/af_export.c
@@ -41,8 +41,8 @@
#include "path.h"
#define DEF_SZ 512 // default buffer size (in samples)
-#define SHARED_FILE "mplayer-af_export" /* default file name
- (relative to ~/.mplayer/ */
+#define SHARED_FILE "mpv-af_export" /* default file name
+ (relative to ~/.mpv/ */
#define SIZE_HEADER (2 * sizeof(int) + sizeof(unsigned long long))