From 29b29011e5631c4e867baf42258a00886d142841 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Jun 2007 21:17:05 +0000 Subject: 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 --- libavcodec/roqvideo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/roqvideo.h') 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; -- cgit v1.2.3