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 /ffplay.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 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ } #endif +#undef exit + //#define DEBUG_SYNC #define MAX_VIDEOQ_SIZE (5 * 256 * 1024) |