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

pull/2/head
Stefano Sabatini 14 years ago
parent e324619ca9
commit 90b043a698
  1. 2
      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);

Loading…
Cancel
Save