Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-16 07:33:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-16 07:53:32 +0400
commitcfe4e8c22084a8c213df0576469d170f2e6cf1a1 (patch)
treefa21f09ec202e07a66139813f115f38b7a6b4b2c /libavcodec/bintext.c
parent3ac4f444e276a4e418a54240bab8ddfb1ab7a5d8 (diff)
bintext: make decoder names unique
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/bintext.c')
-rw-r--r--libavcodec/bintext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bintext.c b/libavcodec/bintext.c
index 915aea0f32..6b284c5114 100644
--- a/libavcodec/bintext.c
+++ b/libavcodec/bintext.c
@@ -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),