diff options
author | Stefano Sabatini | 2011-07-27 02:01:14 +0200 |
---|---|---|
committer | Stefano Sabatini | 2011-07-27 02:05:43 +0200 |
commit | 90b043a698d6ffd78ac01774af5840ab327a203e (patch) | |
tree | 6376ec4f83f48470f470afdb0f8b6668cf07168b /doc/examples | |
parent | e324619ca9294458892b29dfdbdcce9cb65363a7 (diff) |
examples/muxing.c: fix typo, futur -> future
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/muxing.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |