--- libavformat/pmpdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/pmpdec.c b/libavformat/pmpdec.c index ce8e89515a..a327f7f6de 100644 --- a/libavformat/pmpdec.c +++ b/libavformat/pmpdec.c @@ -82,7 +82,6 @@ static int pmp_header(AVFormatContext *s) audio_codec_id = AV_CODEC_ID_MP3; break; case 1: - av_log(s, AV_LOG_ERROR, "AAC not yet correctly supported\n"); audio_codec_id = AV_CODEC_ID_AAC; break; default: -- 2.30.2
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".