[FFmpeg-cvslog] examples/muxing.c: fix typo, futur -> future

Stefano Sabatini git at videolan.org
Wed Jul 27 02:04:33 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Wed Jul 27 02:01:14 2011 +0200| [90b043a698d6ffd78ac01774af5840ab327a203e] | committer: Stefano Sabatini

examples/muxing.c: fix typo, futur -> future

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90b043a698d6ffd78ac01774af5840ab327a203e
---

 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 9f94a78..38aa300 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);
 



More information about the ffmpeg-cvslog mailing list