From 90b043a698d6ffd78ac01774af5840ab327a203e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 27 Jul 2011 02:01:14 +0200 Subject: [PATCH] examples/muxing.c: fix typo, futur -> future --- doc/examples/muxing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index 9f94a7808c..38aa3006ba 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -372,7 +372,7 @@ static void write_video_frame(AVFormatContext *oc, AVStream *st) if (oc->oformat->flags & AVFMT_RAWPICTURE) { /* raw video case. The API will change slightly in the near - futur for that */ + future for that. */ AVPacket pkt; av_init_packet(&pkt);