mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libopencore-amr: Don't print carriage returns in log messages
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
587331414b
commit
a8ec07c933
@ -84,7 +84,7 @@ static av_cold int amr_nb_decode_init(AVCodecContext *avctx)
|
||||
s->frameCount = 0;
|
||||
s->decState = Decoder_Interface_init();
|
||||
if (!s->decState) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\r\n");
|
||||
av_log(avctx, AV_LOG_ERROR, "Decoder_Interface_init error\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user