Commit f5822ea3 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/jpeg2000dec: Add missing \n to av_log()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 50b77e36
......@@ -1145,7 +1145,7 @@ static int jpeg2000_decode_packets(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile
break;
case JPEG2000_PGOD_PCRL:
av_log(s->avctx, AV_LOG_WARNING, "Progression order PCRL");
av_log(s->avctx, AV_LOG_WARNING, "Progression order PCRL\n");
step_x = 32;
step_y = 32;
for (compno = 0; compno < s->ncomponents; compno++) {
......
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