diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-09 11:59:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-09 11:59:15 +0000 |
commit | 2343a0409284b8076609562ec64cbaf318910436 (patch) | |
tree | b55cec5068424c6fb157b4956c17485387a8db34 /output_example.c | |
parent | 245976da2a7f9a4a03dfb6903e9437b7cf2967f4 (diff) | |
download | ffmpeg-2343a0409284b8076609562ec64cbaf318910436.tar.gz |
Remove redundant #undef statements that were mistakenly committed.
Originally committed as revision 13099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'output_example.c')
-rw-r--r-- | output_example.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/output_example.c b/output_example.c index 57588b3b59..515a172661 100644 --- a/output_example.c +++ b/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 |