]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Remove misleading (obselete) comment.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 22 May 2022 14:36:39 +0000 (15:36 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 22 May 2022 14:36:39 +0000 (15:36 +0100)
rtp.c

diff --git a/rtp.c b/rtp.c
index 9baf052b20c89e1b88e7d3be76ffe24932a4a8b6..486e2b59ef8c8c31a65c9b7982eb3cf60175c3dc 100644 (file)
--- 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!");