From d7d2f0e63c8187d531168256a0ce2aac21d5fce6 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Thu, 15 Sep 2011 09:34:38 +0200 Subject: matroskadec: fix typo. Signed-off-by: Anton Khirnov --- libavformat/matroskadec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/matroskadec.c') diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 8402967da3..01c9a7b3ce 100644 --- a/libavformat/matroskadec.c +++ b/libavformat/matroskadec.c @@ -1332,7 +1332,7 @@ static int matroska_read_header(AVFormatContext *s, AVFormatParameters *ap) } if (encodings_list->nb_elem > 1) { av_log(matroska->ctx, AV_LOG_ERROR, - "Multiple combined encodings no supported"); + "Multiple combined encodings not supported"); } else if (encodings_list->nb_elem == 1) { if (encodings[0].type || (encodings[0].compression.algo != MATROSKA_TRACK_ENCODING_COMP_HEADERSTRIP && -- cgit v1.2.3