X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fexamples%2Fremuxing.c;h=13313a17486505ce23334c54da01372166efca78;hb=56450a0ee4fdda160f4039fc2ae33edfd27765c9;hp=9e4d1031b4a59761617b7de3c1dac5d97b5191cb;hpb=f0c7fa2c484e197dae05fbda70a15b5e2ce81e9a;p=ffmpeg diff --git a/doc/examples/remuxing.c b/doc/examples/remuxing.c index 9e4d1031b4a..13313a17486 100644 --- a/doc/examples/remuxing.c +++ b/doc/examples/remuxing.c @@ -45,7 +45,7 @@ static void log_packet(const AVFormatContext *fmt_ctx, const AVPacket *pkt, cons int main(int argc, char **argv) { - AVOutputFormat *ofmt = NULL; + const AVOutputFormat *ofmt = NULL; AVFormatContext *ifmt_ctx = NULL, *ofmt_ctx = NULL; AVPacket pkt; const char *in_filename, *out_filename;