- Changed FOURCC for H263.

- Warnings fixes.

Originally committed as revision 430 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Juanjo
2002-05-02 04:21:22 +00:00
parent e84c31dc88
commit 95c79a24e5
3 changed files with 7 additions and 6 deletions

View File

@@ -238,8 +238,9 @@ static int grab_read_header(AVFormatContext *s1, AVFormatParameters *ap)
static int v4l_mm_read_picture(VideoData *s, UINT8 *buf)
{
UINT8 *ptr;
struct timeval tv_s, tv_e;
int delay;
struct timeval tv_s;
//struct timeval tv_e;
//int delay;
/* Setup to capture the next frame */
gb_buf.frame = (gb_frame + 1) % gb_buffers.frames;