diff options
author | James Almer <jamrial@gmail.com> | 2017-10-23 17:23:43 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-10-23 17:24:34 -0300 |
commit | c17f638565c60c1763a8d5b2cdc034bda184e8e5 (patch) | |
tree | b5a0b719bfaea262ba21c69181871558e720c987 /libavcodec/options_table.h | |
parent | bfab4308560c277d754c214210758a865fcc7348 (diff) | |
parent | 0648dec19db83bc8c87814d195e32cbad5698a40 (diff) | |
download | ffmpeg-c17f638565c60c1763a8d5b2cdc034bda184e8e5.tar.gz |
Merge commit '0648dec19db83bc8c87814d195e32cbad5698a40'
* commit '0648dec19db83bc8c87814d195e32cbad5698a40':
lavc: Drop deprecated stream codec tag
Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/options_table.h')
-rw-r--r-- | libavcodec/options_table.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 770a6aafc3..d89f58d540 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -264,9 +264,6 @@ static const AVOption avcodec_options[] = { {"simple", "use mbcmp", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_SIMPLE }, INT_MIN, INT_MAX, V|E, "mbd"}, {"bits", "use fewest bits", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_BITS }, INT_MIN, INT_MAX, V|E, "mbd"}, {"rd", "use best rate distortion", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_RD }, INT_MIN, INT_MAX, V|E, "mbd"}, -#if FF_API_STREAM_CODEC_TAG -{"stream_codec_tag", NULL, OFFSET(stream_codec_tag), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX}, -#endif #if FF_API_PRIVATE_OPT {"sc_threshold", "scene change threshold", OFFSET(scenechange_threshold), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E}, #endif |