mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:50:04 +00:00
parent
4a9995ab9f
commit
1382035d4d
@ -156,6 +156,8 @@ bool FFmpegVideoStream::Init(FFmpegMuxer& muxer, const Layout::FramebufferLayout
|
||||
return false;
|
||||
}
|
||||
|
||||
stream->time_base = codec_context->time_base;
|
||||
|
||||
// Allocate frames
|
||||
current_frame.reset(av_frame_alloc());
|
||||
scaled_frame.reset(av_frame_alloc());
|
||||
|
Loading…
Reference in New Issue
Block a user