1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

View File

@@ -166,7 +166,7 @@ static int open_output_file(const char *filename,
goto cleanup; goto cleanup;
} }
/** Save the encoder context for easiert access later. */ /** Save the encoder context for easier access later. */
*output_codec_context = stream->codec; *output_codec_context = stream->codec;
/** /**