[FFmpeg-cvslog] examples/transcode_aac: fix a typo

Andreas Unterweger git at videolan.org
Tue Jan 27 13:36:13 CET 2015


ffmpeg | branch: master | Andreas Unterweger <dustsigns at gmail.com> | Tue Jan 27 09:00:23 2015 +0100| [c9b19ac8928c6c9b7f25c3988177204f110d5e0e] | committer: Anton Khirnov

examples/transcode_aac: fix a typo

Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

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

diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index 75dd1e2..e0efe2d 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -166,7 +166,7 @@ static int open_output_file(const char *filename,
         goto cleanup;
     }
 
-    /** Save the encoder context for easiert access later. */
+    /** Save the encoder context for easier access later. */
     *output_codec_context = stream->codec;
 
     /**



More information about the ffmpeg-cvslog mailing list