Commit d7d2f0e6 authored by Dustin Brody's avatar Dustin Brody Committed by Anton Khirnov

matroskadec: fix typo.

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 4a9628f2
......@@ -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 &&
......
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