]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mux.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavformat / mux.c
index d8746f3c1340ee22d1fe75bf2dac52188131e2ad..a05b55b53ccf610b680f1f52d37bb779e4e0b5b1 100644 (file)
@@ -133,7 +133,7 @@ enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st
 
 }
 
-int avformat_alloc_output_context2(AVFormatContext **avctx, ff_const59 AVOutputFormat *oformat,
+int avformat_alloc_output_context2(AVFormatContext **avctx, const AVOutputFormat *oformat,
                                    const char *format, const char *filename)
 {
     AVFormatContext *s = avformat_alloc_context();