mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +02:00
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>
This commit is contained in:
parent
313b6057fb
commit
c22e7b00e4
@ -297,7 +297,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||||||
#endif
|
#endif
|
||||||
frame->pkt_dts = AV_NOPTS_VALUE;
|
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 "
|
"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"
|
"crop-top=%d crop-bottom=%d crop-left=%d crop-right=%d encoder=%s\n"
|
||||||
"destination linesizes=%d,%d,%d\n" ,
|
"destination linesizes=%d,%d,%d\n" ,
|
||||||
|
Loading…
Reference in New Issue
Block a user