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>
This commit is contained in:
Derek Buitenhuis 2011-11-04 13:01:19 -04:00 committed by Michael Niedermayer
parent 16f793571d
commit 682e0eaf14
1 changed files with 1 additions and 1 deletions

View File

@ -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),