You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/examples/transcode_aac: fix a typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
committed by
Michael Niedermayer
parent
4d57ca51d7
commit
3aa1ff30f3
@@ -566,7 +566,7 @@ static int init_output_frame(AVFrame **frame,
|
|||||||
* sure that the audio frame can hold as many samples as specified.
|
* sure that the audio frame can hold as many samples as specified.
|
||||||
*/
|
*/
|
||||||
if ((error = av_frame_get_buffer(*frame, 0)) < 0) {
|
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));
|
get_error_text(error));
|
||||||
av_frame_free(frame);
|
av_frame_free(frame);
|
||||||
return error;
|
return error;
|
||||||
|
Reference in New Issue
Block a user