diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-30 21:42:43 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-30 23:39:32 +0200 |
commit | 952caf11f20c3db9cf482d786941c3d391703680 (patch) | |
tree | 4d7e6288c8d5798105ace579a65483a53a750b54 /doc/examples/muxing.c | |
parent | 438b86fed47d766b5af30cd1c379d15aa4cf4e57 (diff) | |
download | ffmpeg-streaming-952caf11f20c3db9cf482d786941c3d391703680.zip ffmpeg-streaming-952caf11f20c3db9cf482d786941c3d391703680.tar.gz |
examples/muxing: remove pointless #undef exit
Diffstat (limited to 'doc/examples/muxing.c')
-rw-r--r-- | 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 481adf2..52278cf 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 */ |