]> git.sesse.net Git - ffmpeg/commit
avformat/avformat: Constify AVFormatContext.*_codec pointers
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Feb 2021 04:32:20 +0000 (05:32 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:13 +0000 (10:43 -0300)
commit14fa0a4efbc989619860ed8ec0fd33dcdae558b0
tree291cd2ef68578516753fdc4d4488b2eb8bac453d
parent420cedd49745b284c35d97b936b71ff79b43bdf7
avformat/avformat: Constify AVFormatContext.*_codec pointers

This also allows to exclusively use pointers to const AVCodec in
fftools/ffmpeg_opt.c.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
doc/APIchanges
fftools/ffmpeg_opt.c
libavformat/avformat.h