Browse Source

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

tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
90b043a698
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/muxing.c

+ 1
- 1
doc/examples/muxing.c View File

@@ -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