diff libmpdemux/aviwrite.c @ 5572:8cd761968f35

BSD-BT848 TV update patch by Charles Henrich <henrich@sigbus.com> - tvi interface changes, grab_audio/video now returns timestamp! - tv demuxer gets 'ds' hint too - some verbose skip/dup counters to mencoder - tvi_bsdbt848.c updates - aviwrite/mencoder size types int->off_t
author arpi
date Fri, 12 Apr 2002 10:40:38 +0000
parents fd279f14b9ab
children 62ac2cac100d
line wrap: on
line diff
--- a/libmpdemux/aviwrite.c	Fri Apr 12 10:17:24 2002 +0000
+++ b/libmpdemux/aviwrite.c	Fri Apr 12 10:40:38 2002 +0000
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 
 #include "config.h"