[FFmpeg-cvslog] r17063 - trunk/libavcodec/avcodec.h
michael
subversion
Sun Feb 8 19:56:33 CET 2009
Author: michael
Date: Sun Feb 8 19:56:33 2009
New Revision: 17063
Log:
Clarify has_b_frames doxy.
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h Sun Feb 8 19:50:32 2009 (r17062)
+++ trunk/libavcodec/avcodec.h Sun Feb 8 19:56:33 2009 (r17063)
@@ -1212,7 +1212,8 @@ typedef struct AVCodecContext {
void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
/**
- * If 1 the stream has a 1 frame delay during decoding.
+ * Size of the frame reordering buffer in the decoder.
+ * for mpeg2 its 1 IPB or 0 low delay IP
* - encoding: Set by libavcodec.
* - decoding: Set by libavcodec.
*/
More information about the ffmpeg-cvslog
mailing list