avcodec/proresdec2: make long name more descriptive
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
5c6a3604f0
commit
99d24499c2
@ -703,7 +703,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
|
||||
|
||||
AVCodec ff_prores_decoder = {
|
||||
.name = "prores",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("ProRes"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("ProRes (iCodec Pro)"),
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = AV_CODEC_ID_PRORES,
|
||||
.priv_data_size = sizeof(ProresContext),
|
||||
|
Loading…
x
Reference in New Issue
Block a user