mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/nvenc_hevc: add ff_nvenc_encode_flush() for .flush
for the .capabilities have AV_CODEC_CAP_ENCODER_FLUSH, so it's better to add it. Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
5de8e897b1
commit
4cfe8123ea
@ -202,6 +202,7 @@ AVCodec ff_nvenc_hevc_encoder = {
|
||||
.init = nvenc_old_init,
|
||||
.receive_packet = ff_nvenc_receive_packet,
|
||||
.close = ff_nvenc_encode_close,
|
||||
.flush = ff_nvenc_encode_flush,
|
||||
.priv_data_size = sizeof(NvencContext),
|
||||
.priv_class = &nvenc_hevc_class,
|
||||
.defaults = defaults,
|
||||
|
Loading…
Reference in New Issue
Block a user