summaryrefslogtreecommitdiffstats
path: root/libvo/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_null.c')
-rw-r--r--libvo/vo_null.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libvo/vo_null.c b/libvo/vo_null.c
index a6b14b4edd..325b87671f 100644
--- a/libvo/vo_null.c
+++ b/libvo/vo_null.c
@@ -26,7 +26,6 @@
#include <errno.h>
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "video_out.h"
#include "video_out_internal.h"
@@ -92,13 +91,13 @@ static int preinit(const char *arg)
{
if(arg)
{
- mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_NULL_UnknownSubdevice,arg);
+ mp_tmsg(MSGT_VO,MSGL_WARN, "[VO_NULL] Unknown subdevice: %s.\n",arg);
return ENOSYS;
}
return 0;
}
-static int control(uint32_t request, void *data, ...)
+static int control(uint32_t request, void *data)
{
switch (request) {
case VOCTRL_QUERY_FORMAT: