examples/transcode_aac: fix a typo

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Andreas Unterweger 2015-01-27 09:00:23 +01:00 committed by Anton Khirnov
parent 749a89d1b8
commit c9b19ac892
1 changed files with 1 additions and 1 deletions

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