avcodec/proresdec2: let long name match one from codec_desc.c

pull/350/head
Paul B Mahol 4 years ago
parent bf6db5732c
commit 7b1ed4b53a
  1. 2
      libavcodec/proresdec2.c

@ -818,7 +818,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
AVCodec ff_prores_decoder = {
.name = "prores",
.long_name = NULL_IF_CONFIG_SMALL("ProRes (iCodec Pro)"),
.long_name = NULL_IF_CONFIG_SMALL("Apple ProRes (iCodec Pro)"),
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_PRORES,
.priv_data_size = sizeof(ProresContext),

Loading…
Cancel
Save