comparison 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
comparison
equal deleted inserted replaced
5571:124bfc43c044 5572:8cd761968f35
1 1
2 #include <stdio.h> 2 #include <stdio.h>
3 #include <stdlib.h> 3 #include <stdlib.h>
4 #include <string.h> 4 #include <string.h>
5 #include <sys/types.h>
5 6
6 #include "config.h" 7 #include "config.h"
7 8
8 //#include "stream.h" 9 //#include "stream.h"
9 //#include "demuxer.h" 10 //#include "demuxer.h"