diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-10-20 15:22:41 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-12-04 21:40:22 +0100 |
commit | cb45553f577f8e0ebfe05d3287e1b6fa5859b967 (patch) | |
tree | a351c06fb3fc1b79f40c9539af0820d9c630bd6c /libavfilter/filtfmts.c | |
parent | 90153465b04bf4175b8e85587d90b3b3e5399020 (diff) | |
download | ffmpeg-cb45553f577f8e0ebfe05d3287e1b6fa5859b967.tar.gz |
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavfilter/filtfmts.c')
-rw-r--r-- | libavfilter/filtfmts.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/filtfmts.c b/libavfilter/filtfmts.c index 3ec8116635..480b277468 100644 --- a/libavfilter/filtfmts.c +++ b/libavfilter/filtfmts.c @@ -25,9 +25,6 @@ #include "libavfilter/avfilter.h" #include "libavfilter/formats.h" -#undef fprintf -#undef printf - int main(int argc, char **argv) { AVFilter *filter; |