[FFmpeg-devel] [PATCH] examples/muxing: remove pointless #undef exit

Stefano Sabatini stefasab at gmail.com
Thu Aug 30 21:59:22 CEST 2012


---
 doc/examples/muxing.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 0c9c8dd..2c0c269 100644
--- a/doc/examples/muxing.c
+++ b/doc/examples/muxing.c
@@ -34,8 +34,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 */
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list