[FFmpeg-devel] [PATCH 1/3] lavformat: Prepare to make avio_enum_protocols const correct

Carl Eugen Hoyos ceffmpeg at gmail.com
Sat Mar 21 00:52:23 EET 2020


Am Fr., 20. März 2020 um 23:29 Uhr schrieb Andreas Rheinhardt
<andreas.rheinhardt at gmail.com>:

> PS: Actually, there are a couple of functions that need const:
> av_find_best_stream() provides a way to get a pointer to a non-const
> AVCodec (it casts the const away internally); and
> av_input/output_audio/video_device_next() needs either be modified to
> work with const or be deprecated altogether (as the other _next-APIs
> have been).

Will you work on constifying this functions?

Carl Eugen


More information about the ffmpeg-devel mailing list