We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b35ba2 commit 1ec1b8bCopy full SHA for 1ec1b8b
src/recorder.cpp
@@ -74,8 +74,6 @@ bool Recorder::init(const RenderSettings& settings) {
74
m_codecContext->width = settings.m_width;
75
m_codecContext->height = settings.m_height;
76
m_codecContext->time_base = AVRational(1, settings.m_fps);
77
- m_codecContext->gop_size = 10;
78
- m_codecContext->max_b_frames = 1;
79
m_codecContext->pix_fmt = AV_PIX_FMT_NONE;
80
m_videoStream->time_base = m_codecContext->time_base;
81
0 commit comments