Browse Source

lavc/x264: Also clean-up libx264rgb after init errors.

Missed in c180f0f6
tags/n4.3
Carl Eugen Hoyos 6 years ago
parent
commit
434588596f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/libx264.c

+ 1
- 0
libavcodec/libx264.c View File

@@ -1195,6 +1195,7 @@ AVCodec ff_libx264rgb_encoder = {
.priv_class = &rgbclass,
.defaults = x264_defaults,
.pix_fmts = pix_fmts_8bit_rgb,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
.wrapper_name = "libx264",
};
#endif


Loading…
Cancel
Save