Since it has been commented out, remove it. Introduced in e37f161e66e.
Signed-off-by: Linjie Fu <[email protected]> --- libavcodec/libx264.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index a08fe0c..9f9907a 100644 --- a/libavcodec/libx264.c +++ b/libavcodec/libx264.c @@ -1140,7 +1140,6 @@ static const AVCodecDefault x264_defaults[] = { { "qdiff", "-1" }, { "qblur", "-1" }, { "qcomp", "-1" }, -// { "rc_lookahead", "-1" }, { "refs", "-1" }, #if FF_API_PRIVATE_OPT { "sc_threshold", "-1" }, -- 2.7.4 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
