diff random.h @ 528:a5c3bc3dcd3e libavutil

Make the selftesting code use and compileable.
author michael
date Sun, 27 Jul 2008 20:50:24 +0000
parents d0f3bb6e367e
children 0f5a73051b25
line wrap: on
line diff
--- a/random.h	Thu Jul 24 17:09:28 2008 +0000
+++ b/random.h	Sun Jul 27 20:50:24 2008 +0000
@@ -63,7 +63,4 @@
     return av_random(state) * (1.0 / 4294967296.0);
 }
 
-// only available if DEBUG is defined in the .c file
-void av_benchmark_random(void);
-
 #endif /* FFMPEG_RANDOM_H */