avcodec/libx264: Fix redundant setting of caps_internal
Exists since 8a129077cc37202a00dd666bd5365c3f61ea2e80. Fixes a -Winitializer-overrides warning when building with Clang. Reviewed-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
37099f2132
commit
c9a79532e5
@ -1153,7 +1153,6 @@ AVCodec ff_libx264_encoder = {
|
|||||||
.close = X264_close,
|
.close = X264_close,
|
||||||
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS |
|
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_OTHER_THREADS |
|
||||||
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE,
|
AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE,
|
||||||
.caps_internal = FF_CODEC_CAP_AUTO_THREADS,
|
|
||||||
.priv_class = &x264_class,
|
.priv_class = &x264_class,
|
||||||
.defaults = x264_defaults,
|
.defaults = x264_defaults,
|
||||||
#if X264_BUILD < 153
|
#if X264_BUILD < 153
|
||||||
|
Loading…
x
Reference in New Issue
Block a user