Mercurial > libavformat.hg
changeset 3294:5bfc21e57180 libavformat
add missing \n in av_log message
author | aurel |
---|---|
date | Tue, 13 May 2008 23:33:15 +0000 |
parents | d3818f6d7530 |
children | 4616ba855d62 |
files | matroskadec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/matroskadec.c Tue May 13 23:32:13 2008 +0000 +++ b/matroskadec.c Tue May 13 23:33:15 2008 +0000 @@ -1508,7 +1508,7 @@ #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; }