[FFmpeg-cvslog] r23187 - in branches/0.6: . libavcodec/avcodec.h

siretart subversion
Wed May 19 15:29:36 CEST 2010


Author: siretart
Date: Wed May 19 15:29:36 2010
New Revision: 23187

Log:
Another try for fixing/improving decode_video documentation.


backport r23057 by reimar

Modified:
   branches/0.6/   (props changed)
   branches/0.6/libavcodec/avcodec.h

Modified: branches/0.6/libavcodec/avcodec.h
==============================================================================
--- branches/0.6/libavcodec/avcodec.h	Wed May 19 13:46:39 2010	(r23186)
+++ branches/0.6/libavcodec/avcodec.h	Wed May 19 15:29:36 2010	(r23187)
@@ -3464,8 +3464,8 @@ attribute_deprecated int avcodec_decode_
  *
  * @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



More information about the ffmpeg-cvslog mailing list