diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2011-11-04 13:01:19 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-04 18:05:49 +0100 |
commit | 682e0eaf148db9479bedb981910aea21ad1827dd (patch) | |
tree | 9e028b28b7be984d0df1454be7192bdf59e891bc | |
parent | 16f793571dfada708b3c10b97866b27732085471 (diff) | |
download | ffmpeg-682e0eaf148db9479bedb981910aea21ad1827dd.tar.gz |
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@gmx.at>
-rw-r--r-- | libavcodec/libutvideo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libutvideo.cpp b/libavcodec/libutvideo.cpp index 27f22e8570..15e6840afa 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), |