mirror of https://github.com/mpv-player/mpv
parent
63204eda5d
commit
c46106d633
|
@ -289,7 +289,7 @@ int reinit_video_chain(struct MPContext *mpctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if HAVE_ENCODING
|
#if HAVE_ENCODING
|
||||||
if (mpctx->encode_lavc_ctx && d_video)
|
if (mpctx->encode_lavc_ctx)
|
||||||
encode_lavc_set_video_fps(mpctx->encode_lavc_ctx, d_video->fps);
|
encode_lavc_set_video_fps(mpctx->encode_lavc_ctx, d_video->fps);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue