Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-05-08 20:24:33 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-05-08 20:24:33 +0400
commit7f20cb2df09d6503eaae71392dc371de7a893eb5 (patch)
treed4cc5ae1b2bff134191975375cd1ea414a2750a1
parentd760a316e9e7060e249fd4cbd4a187c28fa3f86a (diff)
Another try for fixing/improving decode_video documentation.
Originally committed as revision 23057 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index be9994f7b2..4a6712c921 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3474,8 +3474,8 @@ attribute_deprecated int avcodec_decode_video(AVCodecContext *avctx, AVFrame *pi
*
* @param avctx the codec context
* @param[out] picture The AVFrame in which the decoded video frame will be stored.
- * Use avcodec_alloc_frame to get an AVFrame, the codec will call
- * get_buffer to get memory for the actual image data.
+ * Use avcodec_alloc_frame to get an AVFrame, the codec will
+ * allocate memory for the actual bitmap.
* @param[in] avpkt The input AVpacket containing the input buffer.
* You can create such packet with av_init_packet() and by then setting
* data and size, some decoders might in addition need other fields like