[FFmpeg-cvslog] lowercase FRWU string

ami_stuff git at videolan.org
Wed Nov 9 23:51:11 CET 2011


ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Wed Nov  9 23:04:22 2011 +0100| [dea8f6e18b697a9ea9e3426994897f64dd4b4773] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dea8f6e18b697a9ea9e3426994897f64dd4b4773
---

 libavcodec/frwu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/frwu.c b/libavcodec/frwu.c
index 2a2146d..eee3451 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,



More information about the ffmpeg-cvslog mailing list