You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
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>
This commit is contained in:
committed by
James Almer
parent
f0c7fa2c48
commit
56450a0ee4
@@ -22,7 +22,7 @@
|
||||
#include "libavformat/avformat.h"
|
||||
|
||||
av_warn_unused_result
|
||||
int ff_alloc_input_device_context(struct AVFormatContext **avctx, struct AVInputFormat *iformat,
|
||||
int ff_alloc_input_device_context(struct AVFormatContext **avctx, const AVInputFormat *iformat,
|
||||
const char *format);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user