mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-26 21:10:34 +00:00
avcodec/jpeg2000dec: Add missing \n to av_log()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
50b77e364f
commit
f5822ea379
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user