]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/segment.c
avcodec/pnm_parser: Factor out next/index compensation
[ffmpeg] / libavformat / segment.c
index e2ac2c3a7f3d8c55f2da992cdb73494f9054fbf7..90004600bdfc40ea61116cedd6a512eec6ada899 100644 (file)
@@ -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