diff mbox series

[FFmpeg-devel] lavc/libx264: clean the commented out default value for rc_lookahead

Message ID 1585668672-29243-1-git-send-email-linjie.fu@intel.com
State New
Headers show
Series [FFmpeg-devel] lavc/libx264: clean the commented out default value for rc_lookahead | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Fu, Linjie March 31, 2020, 3:31 p.m. UTC
Since it has been commented out, remove it.

Introduced in e37f161e66e.

Signed-off-by: Linjie Fu <linjie.fu@intel.com>
---
 libavcodec/libx264.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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" },