You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +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
@@ -72,7 +72,7 @@ typedef struct SegmentContext {
|
||||
int segment_idx_wrap; ///< number after which the index wraps
|
||||
int segment_idx_wrap_nb; ///< number of time the index has wraped
|
||||
int segment_count; ///< number of segment files already written
|
||||
ff_const59 AVOutputFormat *oformat;
|
||||
const AVOutputFormat *oformat;
|
||||
AVFormatContext *avf;
|
||||
char *format; ///< format to use for output segment files
|
||||
AVDictionary *format_options;
|
||||
|
||||
Reference in New Issue
Block a user