summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2010-05-19 13:29:36 +0000
committerReinhard Tartler <siretart@tauware.de>2010-05-19 13:29:36 +0000
commit8740ed496cf7cfda237952f8b300a3e4f3003993 (patch)
tree430a30a43ad534c19563cdfe032181107de88d72 /libavcodec
parent77a023f422bd97e7b578480af4b3838bc6ed72a8 (diff)
Another try for fixing/improving decode_video documentation.
backport r23057 by reimar Originally committed as revision 23187 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b6437473e6..c6e3b7d820 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -3464,8 +3464,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