diff options
| author | Glenn Rice <glennricster@gmail.com> | 2010-11-14 22:07:52 +0000 |
|---|---|---|
| committer | Glenn Rice <glennricster@gmail.com> | 2010-11-14 22:07:52 +0000 |
| commit | 2378b443c109f2052c5608ddcbef9dc5d581bd70 (patch) | |
| tree | a50cdd7e719afb4a73f315cb53d023614e5274b8 /Source/Core/VideoCommon/Src/AVIDump.cpp | |
| parent | 50882c8d30f8f1f4cd0b80e916697acd843aceb6 (diff) | |
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
Diffstat (limited to 'Source/Core/VideoCommon/Src/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/AVIDump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/AVIDump.cpp b/Source/Core/VideoCommon/Src/AVIDump.cpp index 3c5eb4d057..1fd7d57304 100644 --- a/Source/Core/VideoCommon/Src/AVIDump.cpp +++ b/Source/Core/VideoCommon/Src/AVIDump.cpp @@ -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; |
