diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-03-27 21:47:03 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-03-27 21:47:03 +0000 |
commit | c367d06702b3a9cb6b5cf02435f76c5dd5f321e7 (patch) | |
tree | 1a25060b56fbf78fecd6600f6f132b2553a8faa7 /ffmpeg.c | |
parent | 7975048628e0e9900797283da1a5b6d98757d3e4 (diff) | |
download | ffmpeg-c367d06702b3a9cb6b5cf02435f76c5dd5f321e7.tar.gz |
prevent exit missuse
Originally committed as revision 8536 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |