changeset 11690:56a2ead12502 libavcodec

Another try for fixing/improving decode_video documentation.
author reimar
date Sat, 08 May 2010 16:24:33 +0000
parents 2312dfbe9251
children 24827da9c8dc
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Thu May 06 22:38:18 2010 +0000
+++ b/avcodec.h	Sat May 08 16:24:33 2010 +0000
@@ -3474,8 +3474,8 @@
  *
  * @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