Commit 3aa1ff30 authored by Александр Слободенюк's avatar Александр Слободенюк Committed by Michael Niedermayer

doc/examples/transcode_aac: fix a typo

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 4d57ca51
......@@ -566,7 +566,7 @@ static int init_output_frame(AVFrame **frame,
* sure that the audio frame can hold as many samples as specified.
*/
if ((error = av_frame_get_buffer(*frame, 0)) < 0) {
fprintf(stderr, "Could allocate output frame samples (error '%s')\n",
fprintf(stderr, "Could not allocate output frame samples (error '%s')\n",
get_error_text(error));
av_frame_free(frame);
return error;
......
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