mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-30 03:12:08 +00:00
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
This commit is contained in:
parent
f84a47d5cf
commit
1926bd92d5
@ -47,8 +47,6 @@ typedef struct RoqContext {
|
|||||||
AVFrame *last_frame;
|
AVFrame *last_frame;
|
||||||
AVFrame *current_frame;
|
AVFrame *current_frame;
|
||||||
int first_frame;
|
int first_frame;
|
||||||
int y_stride;
|
|
||||||
int c_stride;
|
|
||||||
|
|
||||||
roq_cell cb2x2[256];
|
roq_cell cb2x2[256];
|
||||||
roq_qcell cb4x4[256];
|
roq_qcell cb4x4[256];
|
||||||
|
Loading…
Reference in New Issue
Block a user