[FFmpeg-cvslog] doc/examples/transcode_aac: fix a typo

Александр Слободенюк git at videolan.org
Thu Dec 1 13:54:10 EET 2016


ffmpeg | branch: master | Александр Слободенюк <alexander.slobodeniuk at bramtech.ru> | Wed Nov 30 13:31:58 2016 +0300| [3aa1ff30f3f44a2ee980556a9bd6c0bc7d9087ac] | committer: Michael Niedermayer

doc/examples/transcode_aac: fix a typo

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3aa1ff30f3f44a2ee980556a9bd6c0bc7d9087ac
---

 doc/examples/transcode_aac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c
index 9b3ee67..d7947b4 100644
--- a/doc/examples/transcode_aac.c
+++ b/doc/examples/transcode_aac.c
@@ -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;



More information about the ffmpeg-cvslog mailing list