From dcd36c79c7ff124dacbe01b6c28f68585fd66a2b Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jun 2013 17:14:20 +0200 Subject: encode_lavc strings: use new option syntax --- audio/out/ao_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/out/ao_lavc.c b/audio/out/ao_lavc.c index d8185a8dca..e30b3182d2 100644 --- a/audio/out/ao_lavc.c +++ b/audio/out/ao_lavc.c @@ -72,7 +72,7 @@ static int init(struct ao *ao, char *params) if (!encode_lavc_available(ao->encode_lavc_ctx)) { mp_msg(MSGT_ENCODE, MSGL_ERR, - "ao-lavc: the option -o (output file) must be specified\n"); + "ao-lavc: the option --o (output file) must be specified\n"); return -1; } -- cgit v1.2.3