Browse Source

avcodec/mediacodec: reduce loglevel for per-frame logging

Signed-off-by: Aman Gupta <aman@tmm1.net>
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
tags/n4.0
Aman Gupta 7 years ago
parent
commit
c22e7b00e4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/mediacodecdec_common.c

+ 1
- 1
libavcodec/mediacodecdec_common.c View File

@@ -297,7 +297,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
#endif
frame->pkt_dts = AV_NOPTS_VALUE;

av_log(avctx, AV_LOG_DEBUG,
av_log(avctx, AV_LOG_TRACE,
"Frame: width=%d stride=%d height=%d slice-height=%d "
"crop-top=%d crop-bottom=%d crop-left=%d crop-right=%d encoder=%s\n"
"destination linesizes=%d,%d,%d\n" ,


Loading…
Cancel
Save