]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aacdec.c
utvideodec: Convert to the new bitstream reader
[ffmpeg] / libavcodec / aacdec.c
index 6a06062c53448e7bb60fd07bc4168788f95a36c4..22ebcdc5705699f130edbf024763785c896cd43a 100644 (file)
@@ -1246,8 +1246,7 @@ static int decode_ics_info(AACContext *ac, IndividualChannelStream *ics,
                 return AVERROR_INVALIDDATA;
             } else {
                 if (aot == AOT_ER_AAC_LD) {
-                    av_log(ac->avctx, AV_LOG_ERROR,
-                           "LTP in ER AAC LD not yet implemented.\n");
+                    avpriv_report_missing_feature(ac->avctx, "LTP in ER AAC LD");
                     return AVERROR_PATCHWELCOME;
                 }
                 if ((ics->ltp.present = get_bits(gb, 1)))