You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavc/x264: Also clean-up libx264rgb after init errors.
Missed in c180f0f6
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user