Now using 1068 samples a frame for NTSC. Requires video encoding to be 59.925093633 FPS to sync video to audio.

This commit is contained in:
n-a-c-h
2005-11-23 19:52:57 +00:00
parent 12a6220756
commit 5614eb94e5

View File

@@ -1964,7 +1964,7 @@ static void raw_video_write_frame()
extern unsigned int BufferSizeB, BufferSizeW;
int i = 0, temp;
BufferSizeB = romispal ? 1280 : 1024;
BufferSizeB = romispal ? 1280 : 1068;
BufferSizeW = BufferSizeB<<1;
AudioLogging = 2;