Commit d078d57f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'c9b19ac8'

* commit 'c9b19ac8':
  examples/transcode_aac: fix a typo
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 010311d6 c9b19ac8
......@@ -167,7 +167,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