From e40b5a0509ebee9406e4651c99f3c7f89bd89ac8 Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 12 Apr 2002 10:40:38 +0000 Subject: BSD-BT848 TV update patch by Charles Henrich - 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5573 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/aviwrite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/aviwrite.h') diff --git a/libmpdemux/aviwrite.h b/libmpdemux/aviwrite.h index f1a9fb6bb6..7973649747 100644 --- a/libmpdemux/aviwrite.h +++ b/libmpdemux/aviwrite.h @@ -10,7 +10,7 @@ typedef struct { int id; // stream no unsigned int ckid; // chunk id (00dc 01wb etc) double timer; - unsigned int size; + off_t size; // buffering: unsigned char *buffer; unsigned int buffer_size; -- cgit v1.2.3