ffmpeg | branch: master | Andreas Unterweger <dustsi...@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 <an...@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;
 
     /**

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to