]> git.sesse.net Git - ffmpeg/commit
avformat: Constify the API wrt AV(In|Out)putFormat
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Feb 2021 02:11:32 +0000 (03:11 +0100)
committerJames Almer <jamrial@gmail.com>
Tue, 27 Apr 2021 13:43:08 +0000 (10:43 -0300)
commit56450a0ee4fdda160f4039fc2ae33edfd27765c9
treea7566fa8dba9d38e4c748db1d1e673aee09c5244
parentf0c7fa2c484e197dae05fbda70a15b5e2ce81e9a
avformat: Constify the API wrt AV(In|Out)putFormat

Also constify AVProbeData.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
29 files changed:
doc/APIchanges
doc/examples/muxing.c
doc/examples/remuxing.c
fftools/ffmpeg_opt.c
fftools/ffplay.c
fftools/ffprobe.c
libavdevice/internal.h
libavdevice/utils.c
libavfilter/lavfutils.c
libavfilter/src_movie.c
libavformat/avformat.h
libavformat/avidec.c
libavformat/dashdec.c
libavformat/fifo.c
libavformat/format.c
libavformat/hdsenc.c
libavformat/hls.c
libavformat/hlsenc.c
libavformat/mpeg.c
libavformat/mux.c
libavformat/rtpdec_asf.c
libavformat/rtpenc_chain.c
libavformat/rtpenc_mpegts.c
libavformat/sapdec.c
libavformat/segment.c
libavformat/smoothstreamingenc.c
libavformat/utils.c
libavformat/version.h
libavformat/webm_chunk.c