diff mbox series

[FFmpeg-devel,1/2] avformat/pmpdec: AAC has been supported for a long time

Message ID 20210519135933.2882-1-val.zapod.vz@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/2] avformat/pmpdec: AAC has been supported for a long time | expand

Checks

Context Check Description
andriy/x86_make success Make finished
andriy/x86_make_fate success Make fate finished
andriy/PPC64_make success Make finished
andriy/PPC64_make_fate success Make fate finished

Commit Message

Valerii Zapodovnikov May 19, 2021, 1:59 p.m. UTC
---
 libavformat/pmpdec.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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: