[FFmpeg-cvslog] r18702 - trunk/libavcodec/avcodec.h
michael
subversion
Mon Apr 27 14:36:23 CEST 2009
Author: michael
Date: Mon Apr 27 14:36:23 2009
New Revision: 18702
Log:
Add multiframe note to avcodec_decode_video() too.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Mon Apr 27 14:34:25 2009 (r18701)
+++ trunk/libavcodec/avcodec.h Mon Apr 27 14:36:23 2009 (r18702)
@@ -3126,6 +3126,8 @@ attribute_deprecated int avcodec_decode_
/**
* 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
More information about the ffmpeg-cvslog
mailing list