mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-10 08:05:35 +01:00
qsvenc: mark the encoders as INIT_CLEANUP
Should fix some leaks on init failure.
This commit is contained in:
@@ -118,4 +118,5 @@ AVCodec ff_h264_qsv_encoder = {
|
||||
AV_PIX_FMT_NONE },
|
||||
.priv_class = &class,
|
||||
.defaults = qsv_enc_defaults,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
};
|
||||
|
||||
@@ -269,4 +269,5 @@ AVCodec ff_hevc_qsv_encoder = {
|
||||
AV_PIX_FMT_NONE },
|
||||
.priv_class = &class,
|
||||
.defaults = qsv_enc_defaults,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
};
|
||||
|
||||
@@ -114,4 +114,5 @@ AVCodec ff_mpeg2_qsv_encoder = {
|
||||
AV_PIX_FMT_NONE },
|
||||
.priv_class = &class,
|
||||
.defaults = qsv_enc_defaults,
|
||||
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user