You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
examples/muxing: fix typo: allocated -> allocate
This commit is contained in:
@@ -209,7 +209,7 @@ int main (int argc, char **argv)
|
|||||||
/* register all formats and codecs */
|
/* register all formats and codecs */
|
||||||
av_register_all();
|
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) {
|
if (avformat_open_input(&fmt_ctx, src_filename, NULL, NULL) < 0) {
|
||||||
fprintf(stderr, "Could not open source file %s\n", src_filename);
|
fprintf(stderr, "Could not open source file %s\n", src_filename);
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Reference in New Issue
Block a user