|
@@ -266,5 +266,6 @@ AVCodec ff_sgi_decoder = { |
|
|
.init = sgi_init, |
|
|
.init = sgi_init, |
|
|
.close = sgi_end, |
|
|
.close = sgi_end, |
|
|
.decode = decode_frame, |
|
|
.decode = decode_frame, |
|
|
|
|
|
.capabilities = CODEC_CAP_DR1, |
|
|
.long_name = NULL_IF_CONFIG_SMALL("SGI image"), |
|
|
.long_name = NULL_IF_CONFIG_SMALL("SGI image"), |
|
|
}; |
|
|
}; |