[FFmpeg-cvslog] avcodec/mediacodecdec: fix spurious newline in trace logging
Aman Gupta
git at videolan.org
Sun Aug 5 22:31:40 EEST 2018
ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Sun Aug 5 12:31:07 2018 -0700| [e77a3e996f3b7c625400d86ea04ae3bf21a60eef] | committer: Aman Gupta
avcodec/mediacodecdec: fix spurious newline in trace logging
Signed-off-by: Aman Gupta <aman at tmm1.net>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e77a3e996f3b7c625400d86ea04ae3bf21a60eef
---
libavcodec/mediacodecdec_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/mediacodecdec_common.c b/libavcodec/mediacodecdec_common.c
index f235dae71b..7c2661f672 100644
--- a/libavcodec/mediacodecdec_common.c
+++ b/libavcodec/mediacodecdec_common.c
@@ -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,
More information about the ffmpeg-cvslog
mailing list