Mercurial > libavcodec.hg
diff mpegvideo.h @ 341:bf26081c373c libavcodec
avcodec_flush_buffers()
| author | michaelni |
|---|---|
| date | Wed, 24 Apr 2002 01:24:06 +0000 |
| parents | c56b45669214 |
| children | 9f6071a87e17 |
line wrap: on
line diff
--- a/mpegvideo.h Tue Apr 23 08:52:53 2002 +0000 +++ b/mpegvideo.h Wed Apr 24 01:24:06 2002 +0000 @@ -129,6 +129,7 @@ UINT8 *aux_picture[3]; /* aux picture (for B frames only) */ UINT8 *aux_picture_base[3]; /* real start of the picture */ UINT8 *current_picture[3]; /* buffer to store the decompressed current picture */ + int num_available_buffers; /* is 0 at the start & after seeking, after the first I frame its 1 after next I/P 2 */ int last_dc[3]; /* last DC values for MPEG1 */ INT16 *dc_val[3]; /* used for mpeg4 DC prediction, all 3 arrays must be continuous */ int y_dc_scale, c_dc_scale;
