summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorRudolf Polzer <divverent@xonotic.org>2013-06-16 17:14:20 +0200
committerRudolf Polzer <divverent@xonotic.org>2013-06-16 17:14:47 +0200
commitdcd36c79c7ff124dacbe01b6c28f68585fd66a2b (patch)
treee3f0f38bff103cfa162710d72f790fbdfb23a7d3 /audio
parent7ae4242820236bdd32ed080d05d674fdfe16483e (diff)
downloadmpv-dcd36c79c7ff124dacbe01b6c28f68585fd66a2b.tar.bz2
mpv-dcd36c79c7ff124dacbe01b6c28f68585fd66a2b.tar.xz
encode_lavc strings: use new option syntax
Diffstat (limited to 'audio')
-rw-r--r--audio/out/ao_lavc.c2
1 files changed, 1 insertions, 1 deletions
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;
}