mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-18 04:47:12 +00:00
lowercase FRWU string
8556406d38
(lavc: lowercase the FRWU codec name) got partially reverted byec6402b7c5
(lavc: use designated initialisers for all codecs.) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
701e5348d4
commit
dea8f6e18b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user