projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c25e83
)
avcodec/dxa: Support printing picture debug info
author
Michael Niedermayer
<michaelni@gmx.at>
Sat, 17 Aug 2013 12:30:10 +0000
(14:30 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 17 Aug 2013 13:11:09 +0000
(15:11 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/dxa.c
patch
|
blob
|
history
diff --git
a/libavcodec/dxa.c
b/libavcodec/dxa.c
index
8f8e1a7
..
0c90264
100644
(file)
--- a/
libavcodec/dxa.c
+++ b/
libavcodec/dxa.c
@@
-246,6
+246,10
@@
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPac
return AVERROR_UNKNOWN;
}
}
+
+ if (avctx->debug & FF_DEBUG_PICT_INFO)
+ av_log(avctx, AV_LOG_DEBUG, "compr:%2d, dsize:%d\n", compr, (int)dsize);
+
switch(compr){
case -1:
frame->key_frame = 0;