prores: lowercase AVCodec name entry
All other codecs use lowercase names in that field.
This commit is contained in:
parent
dcb9f6a20d
commit
2983f1f3be
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
|
|||
|
||||
|
||||
AVCodec ff_prores_decoder = {
|
||||
.name = "ProRes",
|
||||
.name = "prores",
|
||||
.type = AVMEDIA_TYPE_VIDEO,
|
||||
.id = CODEC_ID_PRORES,
|
||||
.priv_data_size = sizeof(ProresContext),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue