]> git.sesse.net Git - ffmpeg/commit
avformat/rtpdec: Constify RTPDynamicProtocolHandlers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 30 Dec 2020 12:39:09 +0000 (13:39 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 24 Jan 2021 10:28:53 +0000 (11:28 +0100)
commita6d741920f0ed1a73e664bd8705164526d814922
tree5a57ac762ee3750783849e92f12dcf1a37b45e02
parent3567fab6e2a5d8a61aa4eff19431582ce48f3c44
avformat/rtpdec: Constify RTPDynamicProtocolHandlers

Also constify the list of pointers to said RTPDynamicProtocolHandlers.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/rdt.c
libavformat/rtpdec.c
libavformat/rtpdec_qt.c