mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Build fix for windows.
Also a correction to the frame rate for the mpg encoding. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6416 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
50882c8d30
commit
2378b443c1
2 changed files with 2 additions and 2 deletions
|
@ -249,7 +249,7 @@ bool AVIDump::CreateFile()
|
|||
s_CodecContext->bit_rate = 400000;
|
||||
s_CodecContext->width = s_width;
|
||||
s_CodecContext->height = s_height;
|
||||
s_CodecContext->time_base = (AVRational){1, 60};
|
||||
s_CodecContext->time_base = (AVRational){1, 30};
|
||||
s_CodecContext->gop_size = 10;
|
||||
s_CodecContext->max_b_frames = 1;
|
||||
s_CodecContext->pix_fmt = PIX_FMT_YUV420P;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue