windows fix for FFMPEG

This commit is contained in:
Gerhard Kitzler 2014-01-31 09:52:44 +00:00
parent e3aa9ec98f
commit f0d6acf7fb

View File

@ -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;