mirror of https://github.com/mgba-emu/mgba.git
Test: Set encoding framerate properly
This commit is contained in:
parent
9865b7de4c
commit
be0deefa8b
|
@ -1025,6 +1025,7 @@ void CInemaTestRun(struct CInemaTest* test) {
|
|||
FFmpegEncoderSetVideo(&encoder, "zmbv", 0, 0);
|
||||
FFmpegEncoderSetContainer(&encoder, "avi");
|
||||
FFmpegEncoderSetDimensions(&encoder, image.width, image.height);
|
||||
FFmpegEncoderSetInputFrameRate(&encoder, core->frameCycles(core), core->frequency(core));
|
||||
|
||||
if (rebaseline && !exists) {
|
||||
if (!FFmpegEncoderOpen(&encoder, baselineName)) {
|
||||
|
|
Loading…
Reference in New Issue