]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hlsenc.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / hlsenc.c
index 7d97ce178916246b51aa1f164d03bef214bf8970..9a848b64703d8153063b4f27e958fb168d817ebf 100644 (file)
@@ -119,8 +119,8 @@ typedef struct VariantStream {
     unsigned var_stream_idx;
     unsigned number;
     int64_t sequence;
-    ff_const59 AVOutputFormat *oformat;
-    ff_const59 AVOutputFormat *vtt_oformat;
+    const AVOutputFormat *oformat;
+    const AVOutputFormat *vtt_oformat;
     AVIOContext *out;
     AVIOContext *out_single_file;
     int packets_written;