Commit 90b043a6 authored by Stefano Sabatini's avatar Stefano Sabatini

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

parent e324619c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment