Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavdevice/timefilter.c')
-rw-r--r--libavdevice/timefilter.c2
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;