mirror of https://git.ffmpeg.org/ffmpeg.git
examples/muxing.c: fix typo, futur -> future
This commit is contained in:
parent
e324619ca9
commit
90b043a698
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue