[FFmpeg-cvslog] examples/scaling_video: fix typo

Stefano Sabatini git at videolan.org
Fri Feb 15 00:29:28 CET 2013


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Fri Feb 15 00:26:04 2013 +0100| [772b949d8eea8ad74a370aab3926691076e9dcd4] | committer: Stefano Sabatini

examples/scaling_video: fix typo

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

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

diff --git a/doc/examples/scaling_video.c b/doc/examples/scaling_video.c
index 320f4a0..be2c510 100644
--- a/doc/examples/scaling_video.c
+++ b/doc/examples/scaling_video.c
@@ -107,7 +107,7 @@ int main(int argc, char **argv)
         goto end;
     }
 
-    /* buffer is going to be written to rawvideo file, no alignmnet */
+    /* buffer is going to be written to rawvideo file, no alignment */
     if ((ret = av_image_alloc(dst_data, dst_linesize,
                               dst_w, dst_h, dst_pix_fmt, 1)) < 0) {
         fprintf(stderr, "Could not allocate destination image\n");



More information about the ffmpeg-cvslog mailing list