Remove redundant #undef statements that were mistakenly committed.

Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 245976da2a
commit 2343a04092
  1. 3
      output_example.c

@ -35,9 +35,6 @@
#include "libswscale/swscale.h"
#undef exit
#undef fprintf
#undef printf
#undef snprintf
/* 5 seconds stream duration */
#define STREAM_DURATION 5.0

Loading…
Cancel
Save