Module: libav
Branch: master
Commit: c9b19ac8928c6c9b7f25c3988177204f110d5e0e

Author:    Andreas Unterweger <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Tue Jan 27 09:00:23 2015 +0100

examples/transcode_aac: fix a typo

Signed-off-by: Anton Khirnov <[email protected]>

---

 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;
 
     /**

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to