1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-26 04:30:18 +02:00
parent 50b77e364f
commit f5822ea379

View File

@ -1145,7 +1145,7 @@ static int jpeg2000_decode_packets(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile
break; break;
case JPEG2000_PGOD_PCRL: 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_x = 32;
step_y = 32; step_y = 32;
for (compno = 0; compno < s->ncomponents; compno++) { for (compno = 0; compno < s->ncomponents; compno++) {