[FFmpeg-devel] [PATCH v2 06/30] Mark some pointers as const
Lynne
dev at lynne.ee
Fri Jan 1 07:25:13 EET 2021
Jan 1, 2021, 01:35 by andreas.rheinhardt at gmail.com:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> ---
> Found a few more, in particular the hw_configs lists.
>
> fftools/ffmpeg_opt.c | 86 ++++++++++-----------
> libavcodec/aacenctab.c | 4 +-
> libavcodec/aacenctab.h | 4 +-
> libavcodec/av1dec.c | 2 +-
> libavcodec/cbs.c | 2 +-
> libavcodec/h2645_parse.c | 4 +-
> libavcodec/h264dec.c | 2 +-
> libavcodec/hevcdec.c | 2 +-
> libavcodec/mjpegdec.c | 2 +-
> libavcodec/mpeg12dec.c | 4 +-
> libavcodec/mpeg4videodec.c | 2 +-
> libavcodec/opustab.c | 2 +-
> libavcodec/opustab.h | 2 +-
> libavcodec/vc1dec.c | 4 +-
> libavcodec/vp8.c | 2 +-
> libavcodec/vp9.c | 2 +-
> libavfilter/af_afftfilt.c | 2 +-
> libavfilter/af_aiir.c | 2 +-
> libavfilter/dnn/dnn_backend_native_layers.c | 2 +-
> libavfilter/dnn/dnn_backend_native_layers.h | 2 +-
> libavfilter/vf_geq.c | 4 +-
> libavfilter/vf_qp.c | 4 +-
> libavfilter/vf_selectivecolor.c | 2 +-
> libavfilter/vf_tonemap_opencl.c | 6 +-
> libavformat/utils.c | 2 +-
> libavutil/spherical.c | 2 +-
> 26 files changed, 77 insertions(+), 77 deletions(-)
>
LGTM
More information about the ffmpeg-devel
mailing list