[FFmpeg-cvslog] examples/muxing: fix typo: allocated -> allocate

Stefano Sabatini git at videolan.org
Tue Nov 6 11:29:09 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Nov  6 11:28:28 2012 +0100| [e8c0b6710cec23a71f7c85b6960f0b334750d346] | committer: Stefano Sabatini

examples/muxing: fix typo: allocated -> allocate

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8c0b6710cec23a71f7c85b6960f0b334750d346
---

 doc/examples/demuxing.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/demuxing.c b/doc/examples/demuxing.c
index 2aa00ce..3c9d4a1 100644
--- a/doc/examples/demuxing.c
+++ b/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);



More information about the ffmpeg-cvslog mailing list