OSDN Git Service

examples/transcode_aac: fix a typo
authorAndreas Unterweger <dustsigns@gmail.com>
Tue, 27 Jan 2015 08:00:23 +0000 (09:00 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 27 Jan 2015 08:00:23 +0000 (09:00 +0100)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
doc/examples/transcode_aac.c

index 75dd1e2..e0efe2d 100644 (file)
@@ -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;
 
     /**