# HG changeset patch # User michael # Date 1240835783 0 # Node ID b3074f49b07802465a10ea82f5565845708ddbd4 # Parent e54c83a838a947dcf52ba02185f91fdc7ae9771a Add multiframe note to avcodec_decode_video() too. diff -r e54c83a838a9 -r b3074f49b078 avcodec.h --- a/avcodec.h Mon Apr 27 12:34:25 2009 +0000 +++ b/avcodec.h Mon Apr 27 12:36:23 2009 +0000 @@ -3126,6 +3126,8 @@ /** * Decodes the video frame of size avpkt->size from avpkt->data into picture. + * Some decoders may support multiple frames in a single AVPacket, such + * decoders would then just decode the first frame. * * @warning The input buffer must be \c FF_INPUT_BUFFER_PADDING_SIZE larger than * the actual read bytes because some optimized bitstream readers read 32 or 64