mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-23 19:30:33 +05:00
windows fix for FFMPEG
This commit is contained in:
parent
e3aa9ec98f
commit
f0d6acf7fb
@ -2329,7 +2329,7 @@ namespace netgen
|
||||
AVRational s;
|
||||
s.num = 1;
|
||||
s.den = 25;
|
||||
context->time_base = (AVRational){ 1, 25 };
|
||||
context->time_base = s;
|
||||
context->gop_size = gopsize;
|
||||
context->max_b_frames = bframes;
|
||||
context->pix_fmt = PIX_FMT_YUV420P;
|
||||
|
Loading…
Reference in New Issue
Block a user