git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2f979
)
avcodec/jpeg2000dec: Reduce verbosity of get_plt()
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 12 Jun 2015 14:48:57 +0000
(16:48 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 12 Jun 2015 14:48:57 +0000
(16:48 +0200)
The existence of such element does not represent an error
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/jpeg2000dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/jpeg2000dec.c
b/libavcodec/jpeg2000dec.c
index
940fac3
..
c83494c
100644
(file)
--- a/
libavcodec/jpeg2000dec.c
+++ b/
libavcodec/jpeg2000dec.c
@@
-682,7
+682,7
@@
static uint8_t get_plt(Jpeg2000DecoderContext *s, int n)
{
int i;
- av_log(s->avctx, AV_LOG_
ERROR
,
+ av_log(s->avctx, AV_LOG_
DEBUG
,
"PLT marker at pos 0x%X\n", bytestream2_tell(&s->g) - 4);
/*Zplt =*/ bytestream2_get_byte(&s->g);