]> git.sesse.net Git - ffmpeg/commit
avcodec/codec, allcodecs: Constify the AVCodec API
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Feb 2021 06:45:51 +0000 (07:45 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:14 +0000 (10:43 -0300)
commit626535f6a169e2d821b969e0ea77125ba7482113
treebfab6bbc7157ec5163ed8ae3bf3978f74f4fdd3e
parent14fa0a4efbc989619860ed8ec0fd33dcdae558b0
avcodec/codec, allcodecs: Constify the AVCodec API

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
15 files changed:
doc/APIchanges
doc/examples/demuxing_decoding.c
doc/examples/muxing.c
doc/examples/transcode_aac.c
doc/examples/transcoding.c
doc/examples/vaapi_encode.c
doc/examples/vaapi_transcode.c
libavcodec/allcodecs.c
libavcodec/codec.h
libavdevice/dshow.c
tests/api/api-band-test.c
tests/api/api-flac-test.c
tests/api/api-h264-test.c
tests/api/api-seek-test.c
tools/target_dec_fuzzer.c