Skip to content
Snippets Groups Projects
Commit 2983f1f3 authored by Diego Biurrun's avatar Diego Biurrun
Browse files

prores: lowercase AVCodec name entry

All other codecs use lowercase names in that field.
parent dcb9f6a2
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment