Carl Eugen Hoyos:
> Am Fr., 20. März 2020 um 23:29 Uhr schrieb Andreas Rheinhardt
> <andreas.rheinha...@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?
> 
Feel free to do it if you like.

- Andreas

PS: AVCodecParser should probably be made const on the next bump, too;
unfortunately 7e8eba2d forgot to deprecate the AVCodecParser.next field.
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to