comparison avcodec.h @ 8761:2a43b46067c4 libavcodec

Clarify has_b_frames doxy.
author michael
date Sun, 08 Feb 2009 18:56:33 +0000
parents 7fd1422a8703
children bdb11e2330d1
comparison
equal deleted inserted replaced
8760:31138c296ac6 8761:2a43b46067c4
1210 * - decoding: Set by libavcodec., user can override. 1210 * - decoding: Set by libavcodec., user can override.
1211 */ 1211 */
1212 void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic); 1212 void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
1213 1213
1214 /** 1214 /**
1215 * If 1 the stream has a 1 frame delay during decoding. 1215 * Size of the frame reordering buffer in the decoder.
1216 * for mpeg2 its 1 IPB or 0 low delay IP
1216 * - encoding: Set by libavcodec. 1217 * - encoding: Set by libavcodec.
1217 * - decoding: Set by libavcodec. 1218 * - decoding: Set by libavcodec.
1218 */ 1219 */
1219 int has_b_frames; 1220 int has_b_frames;
1220 1221