[FFmpeg-cvslog] lavc/mediacodec: add missing newline on warning
Aman Gupta
git at videolan.org
Tue Jul 4 00:43:28 EEST 2017
ffmpeg | branch: master | Aman Gupta <aman at tmm1.net> | Mon Jul 3 11:07:36 2017 -0700| [6d4a686d45218fd9ac312fd3f3056680ce169d40] | committer: Matthieu Bouron
lavc/mediacodec: add missing newline on warning
Signed-off-by: Matthieu Bouron <matthieu.bouron at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d4a686d45218fd9ac312fd3f3056680ce169d40
---
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 1263188d34..f88b2cde54 100644
--- a/libavcodec/mediacodecdec_common.c
+++ b/libavcodec/mediacodecdec_common.c
@@ -478,7 +478,7 @@ int ff_mediacodec_dec_init(AVCodecContext *avctx, MediaCodecDecContext *s,
profile = ff_AMediaCodecProfile_getProfileFromAVCodecContext(avctx);
if (profile < 0) {
- av_log(avctx, AV_LOG_WARNING, "Unsupported or unknown profile");
+ av_log(avctx, AV_LOG_WARNING, "Unsupported or unknown profile\n");
}
s->codec_name = ff_AMediaCodecList_getCodecNameByType(mime, profile, 0, avctx);
More information about the ffmpeg-cvslog
mailing list