comparison mencoder.c @ 18002:3ef9d2209e34

arrg more of this stupid cruft
author rfelker
date Thu, 30 Mar 2006 23:44:35 +0000
parents f70772d02eaa
children 6ce77dda13a5
comparison
equal deleted inserted replaced
18001:a2683ee7cb5a 18002:3ef9d2209e34
288 #include "libao2/audio_out.h" 288 #include "libao2/audio_out.h"
289 /* FIXME */ 289 /* FIXME */
290 static void mencoder_exit(int level, char *how) 290 static void mencoder_exit(int level, char *how)
291 { 291 {
292 if (how) 292 if (how)
293 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, mp_gettext(how)); 293 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_ExitingHow, how);
294 else 294 else
295 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting); 295 mp_msg(MSGT_MENCODER, MSGL_INFO, MSGTR_Exiting);
296 296
297 exit(level); 297 exit(level);
298 } 298 }