From 1926bd92d58127001eb6849292c154d852660e98 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Tue, 3 Jul 2007 02:50:36 +0000 Subject: Remove variables made unused by the last two patches and test svn access. Originally committed as revision 9464 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/roqvideo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/roqvideo.h') diff --git a/libavcodec/roqvideo.h b/libavcodec/roqvideo.h index 9c457cac45..202f32a394 100644 --- a/libavcodec/roqvideo.h +++ b/libavcodec/roqvideo.h @@ -47,8 +47,6 @@ typedef struct RoqContext { AVFrame *last_frame; AVFrame *current_frame; int first_frame; - int y_stride; - int c_stride; roq_cell cb2x2[256]; roq_qcell cb4x4[256]; -- cgit v1.2.3