Commit c9b19ac8 authored by Andreas Unterweger's avatar Andreas Unterweger Committed by Anton Khirnov

examples/transcode_aac: fix a typo

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 749a89d1
......@@ -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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment