diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-06-01 21:17:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-06-01 21:17:05 +0000 |
commit | 29b29011e5631c4e867baf42258a00886d142841 (patch) | |
tree | 42a8c6bb5cd7b6e81f79474722044b6509c70cd0 /libavcodec/roqvideo.h | |
parent | 1fee8b3a8c53f33b5943e29eb4f86de05562eca4 (diff) | |
download | ffmpeg-29b29011e5631c4e867baf42258a00886d142841.tar.gz |
fix skipped blocks
fixes decoding of (http://samples.mplayerhq.hu/game-formats/idroq/bf2introseg.roq)
Originally committed as revision 9168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/roqvideo.h')
-rw-r--r-- | libavcodec/roqvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index 72b3e1de33..dace062b8c 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -38,7 +38,6 @@ typedef struct RoqContext { AVFrame frames[2]; AVFrame *last_frame; AVFrame *current_frame; - int first_frame; int y_stride; int c_stride; |