Browse Source

lowercase FRWU string

8556406d38 (lavc: lowercase the FRWU codec name)
got partially reverted by ec6402b7c5
(lavc: use designated initialisers for all codecs.)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
ami_stuff Michael Niedermayer 14 years ago
parent
commit
dea8f6e18b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/frwu.c

+ 1
- 1
libavcodec/frwu.c View File

@@ -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…
Cancel
Save