[FFmpeg-cvslog] Fix libutvideo wrapper name

Derek Buitenhuis git at videolan.org
Fri Nov 4 18:42:13 CET 2011


ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Fri Nov  4 13:01:19 2011 -0400| [682e0eaf148db9479bedb981910aea21ad1827dd] | committer: Michael Niedermayer

Fix libutvideo wrapper name

Change the libutvideo wrapper name to "libutvideo", as
it currently conflicts with the native utvideo decoder's
name of "utvideo".

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/libutvideo.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp
index 27f22e8..15e6840 100644
--- a/libavcodec/libutvideo.cpp
+++ b/libavcodec/libutvideo.cpp
@@ -213,7 +213,7 @@ static av_cold int utvideo_decode_close(AVCodecContext *avctx)
 }
 
 AVCodec ff_libutvideo_decoder = {
-    "utvideo",
+    "libutvideo",
     AVMEDIA_TYPE_VIDEO,
     CODEC_ID_UTVIDEO,
     sizeof(UtVideoContext),



More information about the ffmpeg-cvslog mailing list