Re: [libav-devel] [PATCH 2/3] vaapi_encode: Pass framerate parameters to driver

2016-12-10 Thread Mark Thompson
On 28/11/16 23:54, Mark Thompson wrote: > ... > +if (!(ctx->va_rc_mode & VA_RC_CQP)) { > +unsigned int num, den; > +// Framerate isn't supplied inside the parameter structures, > +// so we need to have supply it separately here. VAAPI > +// specifies that this

Re: [libav-devel] [PATCH 2/3] vaapi_encode: Pass framerate parameters to driver

2016-11-30 Thread Anton Khirnov
Quoting Mark Thompson (2016-11-29 23:51:06) > This is required by both the VP8 and VP9 encoders and is harmless to > others, so add it to the common code. > --- > The VP9 encoder just loses the appropriate fragment, with no other change > (not resent here). > > > libavcodec/vaapi_encode.c | 25

[libav-devel] [PATCH 2/3] vaapi_encode: Pass framerate parameters to driver

2016-11-29 Thread Mark Thompson
This is required by both the VP8 and VP9 encoders and is harmless to others, so add it to the common code. --- The VP9 encoder just loses the appropriate fragment, with no other change (not resent here). libavcodec/vaapi_encode.c | 25 + libavcodec/vaapi_encode.h | 4