Author: jai_menon
Date: Tue Oct 20 23:15:39 2009
New Revision: 5420
Log:
cosmetics : add a newline to the error message.
Modified:
jpeg2000/j2kdec.c
Modified: jpeg2000/j2kdec.c
==============================================================================
--- jpeg2000/j2kdec.c Tue Oct 20 15:00:40 2009 (r5419)
+++ jpeg2000/j2kdec.c Tue Oct 20 23:15:39 2009 (r5420)
@@ -677,7 +677,7 @@ static void decode_clnpass(J2kDecoderCon
val = (val << 1) + ff_mqc_decode(&t1->mqc, t1->mqc.cx_states +
MQC_CX_UNI);
val = (val << 1) + ff_mqc_decode(&t1->mqc, t1->mqc.cx_states +
MQC_CX_UNI);
if (val != 0xa) {
- av_log(s->avctx, AV_LOG_ERROR,"Segmentation symbol value
incorrect");
+ av_log(s->avctx, AV_LOG_ERROR,"Segmentation symbol value
incorrect\n");
}
}
}
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc