]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/segment.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / segment.c
index cd72e8b701038189984b90089f1da729f57c2089..13954b8f99d12b3bdac527281b6078551c7b1e00 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
-    ff_const59 AVOutputFormat *oformat;
+    const AVOutputFormat *oformat;
     AVFormatContext *avf;
     char *format;              ///< format to use for output segment files
     AVDictionary *format_options;