[FFmpeg-devel] [PATCH] Fix libutvideo wrapper name

Derek Buitenhuis derek.buitenhuis at gmail.com
Fri Nov 4 18:01:19 CET 2011


Change the libutvideo wrapper name to "libutvideo", as
it currently conflicts with the native utvideo decoder's
name of "utvideo".
---
 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),
-- 
1.7.7.1



More information about the ffmpeg-devel mailing list