mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
16f793571d
commit
682e0eaf14
|
@ -213,7 +213,7 @@ static av_cold int utvideo_decode_close(AVCodecContext *avctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
AVCodec ff_libutvideo_decoder = {
|
AVCodec ff_libutvideo_decoder = {
|
||||||
"utvideo",
|
"libutvideo",
|
||||||
AVMEDIA_TYPE_VIDEO,
|
AVMEDIA_TYPE_VIDEO,
|
||||||
CODEC_ID_UTVIDEO,
|
CODEC_ID_UTVIDEO,
|
||||||
sizeof(UtVideoContext),
|
sizeof(UtVideoContext),
|
||||||
|
|
Loading…
Reference in New Issue