summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 17:45:36 +0000
committerreynaldo <reynaldo@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-09 17:45:36 +0000
commit4728357b58f053c28abf9bfb5e938f4dc7556790 (patch)
tree0e80eb644c6dbd42b3a1f937821f32a39e6b939d /mencoder.c
parent2efd5b393de605e5e94123ce421e7c52e84a9faa (diff)
downloadmpv-4728357b58f053c28abf9bfb5e938f4dc7556790.tar.bz2
mpv-4728357b58f053c28abf9bfb5e938f4dc7556790.tar.xz
Marks several string parameters as const when they are not modified in the function, Patch by Stefan Huehner, stefan AT huehner-org
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18985 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 26c565d853..3392acc433 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -299,7 +299,7 @@ static int edl_seek(edl_record_ptr next_edl_record, demuxer_t* demuxer, demux_st
#include "libao2/audio_out.h"
/* FIXME */
-static void mencoder_exit(int level, char *how)
+static void mencoder_exit(int level, const char *how)
{
if (how)
mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, how);