summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-27 21:47:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-27 21:47:03 +0000
commitc367d06702b3a9cb6b5cf02435f76c5dd5f321e7 (patch)
tree1a25060b56fbf78fecd6600f6f132b2553a8faa7 /ffmpeg.c
parent7975048628e0e9900797283da1a5b6d98757d3e4 (diff)
prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index b29fce231e..2ee0011180 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -55,6 +55,8 @@
#define INFINITY HUGE_VAL
#endif
+#undef exit
+
/* select an input stream for an output stream */
typedef struct AVStreamMap {
int file_index;