Commit 772b949d authored by Stefano Sabatini's avatar Stefano Sabatini

examples/scaling_video: fix typo

parent 8102a097
...@@ -107,7 +107,7 @@ int main(int argc, char **argv) ...@@ -107,7 +107,7 @@ int main(int argc, char **argv)
goto end; 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, if ((ret = av_image_alloc(dst_data, dst_linesize,
dst_w, dst_h, dst_pix_fmt, 1)) < 0) { dst_w, dst_h, dst_pix_fmt, 1)) < 0) {
fprintf(stderr, "Could not allocate destination image\n"); fprintf(stderr, "Could not allocate destination image\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment