Browse Source

avcodec/zmbv: decoder supports init_cleanup capability

tags/n4.1
Paul B Mahol 6 years ago
parent
commit
6e15495bcb
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/zmbv.c

+ 1
- 0
libavcodec/zmbv.c View File

@@ -647,4 +647,5 @@ AVCodec ff_zmbv_decoder = {
.close = decode_end, .close = decode_end,
.decode = decode_frame, .decode = decode_frame,
.capabilities = AV_CODEC_CAP_DR1, .capabilities = AV_CODEC_CAP_DR1,
.caps_internal = FF_CODEC_CAP_INIT_CLEANUP,
}; };

Loading…
Cancel
Save