Commit e2a6eb8d authored by Paul B Mahol's avatar Paul B Mahol

sgidec: add CODEC_CAP_DR1

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 0f656935
......@@ -266,5 +266,6 @@ AVCodec ff_sgi_decoder = {
.init = sgi_init,
.close = sgi_end,
.decode = decode_frame,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("SGI image"),
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment