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

This commit is contained in:
Stefano Sabatini 2011-07-27 02:01:14 +02:00
parent e324619ca9
commit 90b043a698
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ static void write_video_frame(AVFormatContext *oc, AVStream *st)
if (oc->oformat->flags & AVFMT_RAWPICTURE) { if (oc->oformat->flags & AVFMT_RAWPICTURE) {
/* raw video case. The API will change slightly in the near /* raw video case. The API will change slightly in the near
futur for that */ future for that. */
AVPacket pkt; AVPacket pkt;
av_init_packet(&pkt); av_init_packet(&pkt);