From 952caf11f20c3db9cf482d786941c3d391703680 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 30 Aug 2012 21:42:43 +0200 Subject: [PATCH] examples/muxing: remove pointless #undef exit --- doc/examples/muxing.c | 2 -- 1 file changed, 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 #include -#undef exit - /* 5 seconds stream duration */ #define STREAM_DURATION 200.0 #define STREAM_FRAME_RATE 25 /* 25 images/s */