comparison libmpdemux/tvi_v4l.c @ 8953:1ebf4c3ab032

NTSC is 29.97 fps, not 30. wrong values here are likely to cause duplicated frames in mencoder if used with fixed-fps tv cards and in any case they'll result in horrible jerky video.
author rfelker
date Tue, 14 Jan 2003 18:20:17 +0000
parents dbe99860575d
children 5971342e9302
comparison
equal deleted inserted replaced
8952:2369087bb777 8953:1ebf4c3ab032
53 #define PAL_HEIGHT 576 53 #define PAL_HEIGHT 576
54 #define PAL_FPS 25 54 #define PAL_FPS 25
55 55
56 #define NTSC_WIDTH 640 56 #define NTSC_WIDTH 640
57 #define NTSC_HEIGHT 480 57 #define NTSC_HEIGHT 480
58 #define NTSC_FPS 30 58 #define NTSC_FPS 29.97
59 59
60 #define MAX_AUDIO_CHANNELS 10 60 #define MAX_AUDIO_CHANNELS 10
61 61
62 #define VID_BUF_SIZE_IMMEDIATE 2 62 #define VID_BUF_SIZE_IMMEDIATE 2
63 63