]> git.sesse.net Git - ffmpeg/commit
fftools, libavcodec, libavfilter: Add const to some AVCodec *
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 10 Sep 2020 20:11:57 +0000 (22:11 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 11 Sep 2020 12:42:36 +0000 (14:42 +0200)
commit0086432fc72f6671d23ca67ede7e8bc18af7124e
treef2d236a7820442417cf76aa29318e7a16ece1ffd
parentb091df721050df77d537cee8156fe1a4406b1afb
fftools, libavcodec, libavfilter: Add const to some AVCodec *

The user has no business modifying the underlying AVCodec.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
fftools/ffmpeg.h
fftools/ffmpeg_filter.c
libavcodec/avrndec.c
libavcodec/utils.c
libavfilter/lavfutils.c
libavfilter/src_movie.c
libavfilter/vf_mcdeint.c
libavfilter/vf_subtitles.c
libavfilter/vf_uspp.c