changeset 8761:2a43b46067c4 libavcodec

Clarify has_b_frames doxy.
author michael
date Sun, 08 Feb 2009 18:56:33 +0000
parents 31138c296ac6
children 4f1567ce75c4
files avcodec.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Sun Feb 08 17:45:30 2009 +0000
+++ b/avcodec.h	Sun Feb 08 18:56:33 2009 +0000
@@ -1212,7 +1212,8 @@
     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.
      */