From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 22 May 2022 14:36:39 +0000 (+0100) Subject: Remove misleading (obselete) comment. X-Git-Tag: 4.1-rc1~24^2~203 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2177daec13e1d6a9cfee82b0da0d2fe164ae12ed;p=thirdparty%2Fshairport-sync.git Remove misleading (obselete) comment. --- diff --git a/rtp.c b/rtp.c index 9baf052b..486e2b59 100644 --- a/rtp.c +++ b/rtp.c @@ -2211,10 +2211,6 @@ void *rtp_buffered_audio_processor(void *arg) { // ideas and some code from https://rodic.fr/blog/libavcodec-tutorial-decode-audio-file/ // with thanks - // initialize all muxers, demuxers and protocols for libavformat - // (does nothing if called twice during the course of one program execution) - // deprecated in ffmpeg 4.0 and later... but still needed in ffmpeg 3.6 / ubuntu 18 - AVCodec *codec = avcodec_find_decoder(AV_CODEC_ID_AAC); if (codec == NULL) { debug(1, "Can't find an AAC decoder!");