Commit 99d24499 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/proresdec2: make long name more descriptive

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5c6a3604
...@@ -703,7 +703,7 @@ static av_cold int decode_close(AVCodecContext *avctx) ...@@ -703,7 +703,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
AVCodec ff_prores_decoder = { AVCodec ff_prores_decoder = {
.name = "prores", .name = "prores",
.long_name = NULL_IF_CONFIG_SMALL("ProRes"), .long_name = NULL_IF_CONFIG_SMALL("ProRes (iCodec Pro)"),
.type = AVMEDIA_TYPE_VIDEO, .type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_PRORES, .id = AV_CODEC_ID_PRORES,
.priv_data_size = sizeof(ProresContext), .priv_data_size = sizeof(ProresContext),
......
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