summaryrefslogtreecommitdiffstats
path: root/libavcodec/roqvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-06-01 21:17:05 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-06-01 21:17:05 +0000
commit29b29011e5631c4e867baf42258a00886d142841 (patch)
tree42a8c6bb5cd7b6e81f79474722044b6509c70cd0 /libavcodec/roqvideo.h
parent1fee8b3a8c53f33b5943e29eb4f86de05562eca4 (diff)
downloadffmpeg-streaming-29b29011e5631c4e867baf42258a00886d142841.zip
ffmpeg-streaming-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h
index 72b3e1d..dace062 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;
OpenPOWER on IntegriCloud