mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avcodec/mediacodecdec: fix spurious newline in trace logging
Signed-off-by: Aman Gupta <aman@tmm1.net>
This commit is contained in:
parent
1940c27c82
commit
e77a3e996f
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
|||
|
||||
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"
|
||||
"crop-top=%d crop-bottom=%d crop-left=%d crop-right=%d encoder=%s "
|
||||
"destination linesizes=%d,%d,%d\n" ,
|
||||
avctx->width, s->stride, avctx->height, s->slice_height,
|
||||
s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, s->codec_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue