diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2007-07-03 02:50:36 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2007-07-03 02:50:36 +0000 |
commit | 1926bd92d58127001eb6849292c154d852660e98 (patch) | |
tree | 44c6c3ccc8acaba0aa3732244ae381ddd60575c7 | |
parent | f84a47d5cfd30b9070c18adb33b1e3199df5bdd7 (diff) | |
download | ffmpeg-1926bd92d58127001eb6849292c154d852660e98.tar.gz |
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
-rw-r--r-- | libavcodec/roqvideo.h | 2 |
1 files changed, 0 insertions, 2 deletions
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]; |