Commit 2983f1f3 authored by Diego Biurrun's avatar Diego Biurrun

prores: lowercase AVCodec name entry

All other codecs use lowercase names in that field.
parent dcb9f6a2
......@@ -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),
......
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