lavc/mediacodec: add missing newline on warning
Signed-off-by: Matthieu Bouron <matthieu.bouron@gmail.com>
This commit is contained in:
committed by
Matthieu Bouron
parent
0a24d7ca83
commit
6d4a686d45
@@ -478,7 +478,7 @@ int ff_mediacodec_dec_init(AVCodecContext *avctx, MediaCodecDecContext *s,
|
|||||||
|
|
||||||
profile = ff_AMediaCodecProfile_getProfileFromAVCodecContext(avctx);
|
profile = ff_AMediaCodecProfile_getProfileFromAVCodecContext(avctx);
|
||||||
if (profile < 0) {
|
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);
|
s->codec_name = ff_AMediaCodecList_getCodecNameByType(mime, profile, 0, avctx);
|
||||||
|
Reference in New Issue
Block a user