[FFmpeg-cvslog] matroskadec: fix typo.

Dustin Brody git at videolan.org
Thu Sep 15 23:20:42 CEST 2011


ffmpeg | branch: master | Dustin Brody <libav at parsoma.net> | Thu Sep 15 09:34:38 2011 +0200| [d7d2f0e63c8187d531168256a0ce2aac21d5fce6] | committer: Anton Khirnov

matroskadec: fix typo.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7d2f0e63c8187d531168256a0ce2aac21d5fce6
---

 libavformat/matroskadec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
index 8402967..01c9a7b 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 &&



More information about the ffmpeg-cvslog mailing list