Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorami_stuff <ami_stuff@o2.pl>2011-11-10 02:04:22 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-10 02:10:07 +0400
commitdea8f6e18b697a9ea9e3426994897f64dd4b4773 (patch)
tree32583e05af348eb1e8c3ff8b860cf187d33690f0 /libavcodec/frwu.c
parent701e5348d44f22e3bcbb0987cc08f9b80f6af832 (diff)
lowercase FRWU string
8556406d38dc2307dd3f187c4528d64f5c350d5f (lavc: lowercase the FRWU codec name) got partially reverted by ec6402b7c595c3ceed6d1b8c1b75c6aa8336e052 (lavc: use designated initialisers for all codecs.) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/frwu.c')
-rw-r--r--libavcodec/frwu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/frwu.c b/libavcodec/frwu.c
index 2a2146d601..eee34512b4 100644
--- a/libavcodec/frwu.c
+++ b/libavcodec/frwu.c
@@ -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,