mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-27 23:19:16 +00:00
prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7975048628
commit
c367d06702
5 changed files with 9 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
|
||||
#include "cmdutils.h"
|
||||
|
||||
#undef exit
|
||||
|
||||
void show_help_options(const OptionDef *options, const char *msg, int mask, int value)
|
||||
{
|
||||
const OptionDef *po;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue