Commit cfe4e8c2 authored by Michael Niedermayer's avatar Michael Niedermayer

bintext: make decoder names unique

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3ac4f444
......@@ -210,7 +210,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
}
AVCodec ff_bintext_decoder = {
"xbin",
"bintext",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_BINTEXT,
sizeof(XbinContext),
......
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