summaryrefslogtreecommitdiff
path: root/doc/examples/muxing.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-08-30 21:42:43 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-08-30 23:39:32 +0200
commit952caf11f20c3db9cf482d786941c3d391703680 (patch)
tree4d7e6288c8d5798105ace579a65483a53a750b54 /doc/examples/muxing.c
parent438b86fed47d766b5af30cd1c379d15aa4cf4e57 (diff)
examples/muxing: remove pointless #undef exit
Diffstat (limited to 'doc/examples/muxing.c')
-rw-r--r--doc/examples/muxing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 481adf2bf7..52278cfe48 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -37,8 +37,6 @@
#include <libavformat/avformat.h>
#include <libswscale/swscale.h>
-#undef exit
-
/* 5 seconds stream duration */
#define STREAM_DURATION 200.0
#define STREAM_FRAME_RATE 25 /* 25 images/s */