examples/muxing: fix typo: allocated -> allocate

pull/6/merge
Stefano Sabatini 12 years ago
parent 6a302331dd
commit e8c0b6710c
  1. 2
      doc/examples/demuxing.c

@ -209,7 +209,7 @@ int main (int argc, char **argv)
/* register all formats and codecs */
av_register_all();
/* open input file, and allocated format context */
/* open input file, and allocate format context */
if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) {
fprintf(stderr, "Could not open source file %s\n", src_filename);
exit(1);

Loading…
Cancel
Save