From 35b64b53602752928f929e880e6a27923bc6e6ea Mon Sep 17 00:00:00 2001
From: Andreas Unterweger <[email protected]>
Date: Sun, 25 Jan 2015 12:18:05 +0100
Subject: [PATCH 2/3] Fixed a typo

---
 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 6feb76c..3bc2f69 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -168,7 +168,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;
/**
--
1.9.1

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

Reply via email to