changeset 9572:b3074f49b078 libavcodec

Add multiframe note to avcodec_decode_video() too.
author michael
date Mon, 27 Apr 2009 12:36:23 +0000
parents e54c83a838a9
children c939417a3a39
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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