mirror of https://github.com/mpv-player/mpv
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:
parent
8b1556ed6d
commit
00af23dfff
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue