Commit 682e0eaf authored by Derek Buitenhuis's avatar Derek Buitenhuis Committed by 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 16f79357
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment