comparison roqvideo.h @ 5088:8e206208db1f libavcodec

fix skipped blocks fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq)
author michael
date Fri, 01 Jun 2007 21:17:05 +0000
parents e72265f4e518
children b8e8aa53f613
comparison
equal deleted inserted replaced
5087:6c7f4ece59ed 5088:8e206208db1f
36 AVCodecContext *avctx; 36 AVCodecContext *avctx;
37 DSPContext dsp; 37 DSPContext dsp;
38 AVFrame frames[2]; 38 AVFrame frames[2];
39 AVFrame *last_frame; 39 AVFrame *last_frame;
40 AVFrame *current_frame; 40 AVFrame *current_frame;
41 int first_frame;
42 int y_stride; 41 int y_stride;
43 int c_stride; 42 int c_stride;
44 43
45 roq_cell cells[256]; 44 roq_cell cells[256];
46 roq_qcell qcells[256]; 45 roq_qcell qcells[256];