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.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8954 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2003-01-14 18:20:17 +00:00
parent 8b1556ed6d
commit 00af23dfff
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#define NTSC_WIDTH 640
#define NTSC_HEIGHT 480
#define NTSC_FPS 30
#define NTSC_FPS 29.97
#include <stdio.h>
#include <stdlib.h>

View File

@ -55,7 +55,7 @@ static tvi_info_t info = {
#define NTSC_WIDTH 640
#define NTSC_HEIGHT 480
#define NTSC_FPS 30
#define NTSC_FPS 29.97
#define MAX_AUDIO_CHANNELS 10