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 /libavdevice/timefilter.c | |
parent | 90153465b04bf4175b8e85587d90b3b3e5399020 (diff) | |
download | ffmpeg-cb45553f577f8e0ebfe05d3287e1b6fa5859b967.tar.gz |
Remove pointless #undefs of previously forbidden functions.
Diffstat (limited to 'libavdevice/timefilter.c')
-rw-r--r-- | libavdevice/timefilter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavdevice/timefilter.c b/libavdevice/timefilter.c index 8f52fc5d62..8b98d338f0 100644 --- a/libavdevice/timefilter.c +++ b/libavdevice/timefilter.c @@ -78,8 +78,6 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period) #include "libavutil/lfg.h" #define LFG_MAX ((1LL << 32) - 1) -#undef printf - int main(void) { AVLFG prng; |