Changeset a247ac6 in ffmpeg
- Timestamp:
-
Apr 27, 2021, 1:43:15 PM
(4 years ago)
- Author:
- James Almer <jamrial@gmail.com>
- Branches:
- master
- Children:
- cb3ac722
- Parents:
- 8b3e6ce5
- git-author:
- Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (02/25/21 09:50:26)
- git-committer:
- James Almer <jamrial@gmail.com> (04/27/21 13:43:15)
- Message:
-
avcodec: Constify AVCodecs
Given that the AVCodec.next pointer has now been removed, most of the
AVCodecs are not modified at all any more and can therefore be made
const (as this patch does); the only exceptions are the very few codecs
for external libraries that have a init_static_data callback.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
-
(No files)
-