mirror of https://git.ffmpeg.org/ffmpeg.git
sgidec: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
0f65693529
commit
e2a6eb8da4
|
@ -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"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue