diff options
author | Andreas Unterweger <dustsigns@gmail.com> | 2015-01-27 09:00:23 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-01-27 09:00:23 +0100 |
commit | c9b19ac8928c6c9b7f25c3988177204f110d5e0e (patch) | |
tree | 9790e5d33e379239cd724757e9332272c9ab2e57 /doc/examples | |
parent | 749a89d1b8bb73b4d4f14c48f33259a1300c1761 (diff) | |
download | ffmpeg-c9b19ac8928c6c9b7f25c3988177204f110d5e0e.tar.gz |
examples/transcode_aac: fix a typo
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/transcode_aac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c index 75dd1e2738..e0efe2d7b1 100644 --- a/doc/examples/transcode_aac.c +++ b/doc/examples/transcode_aac.c @@ -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; /** |