Commit dea8f6e1 authored by ami_stuff's avatar ami_stuff Committed by Michael Niedermayer

lowercase FRWU string

8556406d (lavc: lowercase the FRWU codec name)
got partially reverted by ec6402b7
(lavc: use designated initialisers for all codecs.)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 701e5348
......@@ -110,7 +110,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
}
AVCodec ff_frwu_decoder = {
.name = "FRWU",
.name = "frwu",
.type = AVMEDIA_TYPE_VIDEO,
.id = CODEC_ID_FRWU,
.init = decode_init,
......
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