[FFmpeg-cvslog] r13152 - trunk/libavformat/matroskadec.c

aurel subversion
Wed May 14 01:33:15 CEST 2008


Author: aurel
Date: Wed May 14 01:33:15 2008
New Revision: 13152

Log:
add missing \n in av_log message

Modified:
   trunk/libavformat/matroskadec.c

Modified: trunk/libavformat/matroskadec.c
==============================================================================
--- trunk/libavformat/matroskadec.c	(original)
+++ trunk/libavformat/matroskadec.c	Wed May 14 01:33:15 2008
@@ -1508,7 +1508,7 @@ matroska_add_stream (MatroskaDemuxContex
 #endif
                                                         num != MATROSKA_TRACK_ENCODING_COMP_LZO)
                                                         av_log(matroska->ctx, AV_LOG_ERROR,
-                                                               "Unsupported compression algo");
+                                                               "Unsupported compression algo\n");
                                                     track->encoding_algo = num;
                                                     break;
                                                 }




More information about the ffmpeg-cvslog mailing list