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:
@@ -1964,7 +1964,7 @@ static void raw_video_write_frame()
|
|||||||
extern unsigned int BufferSizeB, BufferSizeW;
|
extern unsigned int BufferSizeB, BufferSizeW;
|
||||||
int i = 0, temp;
|
int i = 0, temp;
|
||||||
|
|
||||||
BufferSizeB = romispal ? 1280 : 1024;
|
BufferSizeB = romispal ? 1280 : 1068;
|
||||||
BufferSizeW = BufferSizeB<<1;
|
BufferSizeW = BufferSizeB<<1;
|
||||||
|
|
||||||
AudioLogging = 2;
|
AudioLogging = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user