From 8700c75544d88f1479d5455b5b2788921d4dd5ee Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sat, 9 Feb 2002 07:13:22 +0000 Subject: the long-awaited video_out changes, not completely debuged (races) - pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22 --- src/video_out/alphablend.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_out/alphablend.c') diff --git a/src/video_out/alphablend.c b/src/video_out/alphablend.c index 8646d2864..2c819b86e 100644 --- a/src/video_out/alphablend.c +++ b/src/video_out/alphablend.c @@ -34,6 +34,7 @@ #include #include +#include #include #include "video_out.h" -- cgit v1.2.3