On 19/12/2016 15:36, Yogender Gupta wrote:
> I found one small bug in NVENC, the value of rc_lookahead is initialized to 
> -1 but the check in nvenc.c checks for if (ctx->rc_lookahead) rather than if 
> (ctx->rc_lookahead > 0) , thereby considering lookahead enabled all the time.
> 

Looks fine, thank you!

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to