# HG changeset patch # User reimar # Date 1273335873 0 # Node ID 56a2ead12502571dfb7c6ea7db7bc96536fbf207 # Parent 2312dfbe92515a3dc139766479605a97a705bfde Another try for fixing/improving decode_video documentation. diff -r 2312dfbe9251 -r 56a2ead12502 avcodec.h --- 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