X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmux.c;h=a05b55b53ccf610b680f1f52d37bb779e4e0b5b1;hb=56450a0ee4fdda160f4039fc2ae33edfd27765c9;hp=d8746f3c1340ee22d1fe75bf2dac52188131e2ad;hpb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;p=ffmpeg diff --git a/libavformat/mux.c b/libavformat/mux.c index d8746f3c134..a05b55b53cc 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -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();