forked from FFmpeg/FFmpeg
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue