summaryrefslogtreecommitdiff
path: root/libavformat/segment.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-20 18:38:48 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-03-20 18:38:48 +0100
commit9461e4bc694b8d95d4224226b9781f8166d969b1 (patch)
tree0afbbbdc360ff96343978dd63f615b146b7d5c65 /libavformat/segment.c
parent4602456c4f18d111131d4d6a1d0a150474c74d58 (diff)
lavf: Constify AVOutputFormat pointer.
Diffstat (limited to 'libavformat/segment.c')
-rw-r--r--libavformat/segment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/segment.c b/libavformat/segment.c
index e2ac2c3a7f..90004600bd 100644
--- a/libavformat/segment.c
+++ b/libavformat/segment.c
@@ -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
- AVOutputFormat *oformat;
+ ff_const59 AVOutputFormat *oformat;
AVFormatContext *avf;
char *format; ///< format to use for output segment files
char *format_options_str; ///< format options to use for output segment files