Skip to content
Snippets Groups Projects
Commit e77a3e99 authored by Aman Gupta's avatar Aman Gupta
Browse files

avcodec/mediacodecdec: fix spurious newline in trace logging


Signed-off-by: default avatarAman Gupta <aman@tmm1.net>
parent 1940c27c
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,7 @@ FF_ENABLE_DEPRECATION_WARNINGS ...@@ -312,7 +312,7 @@ FF_ENABLE_DEPRECATION_WARNINGS
av_log(avctx, AV_LOG_TRACE, 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 "
"destination linesizes=%d,%d,%d\n" , "destination linesizes=%d,%d,%d\n" ,
avctx->width, s->stride, avctx->height, s->slice_height, avctx->width, s->stride, avctx->height, s->slice_height,
s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, s->codec_name, s->crop_top, s->crop_bottom, s->crop_left, s->crop_right, s->codec_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment