git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add '#undef rand' to fix test program build.
[ffmpeg.git]
/
libavformat
/
timefilter.c
diff --git
a/libavformat/timefilter.c
b/libavformat/timefilter.c
index
79d417a
..
0949ec7
100644
(file)
--- a/
libavformat/timefilter.c
+++ b/
libavformat/timefilter.c
@@
-74,6
+74,7
@@
double ff_timefilter_update(TimeFilter *self, double system_time, double period)
}
#ifdef TEST
+#undef rand
int main(void)
{
double n0,n1;