Commit 7ca97aa7 authored by Anton Khirnov's avatar Anton Khirnov

roqvideo: remove unused variables

parent 37226285
...@@ -44,7 +44,6 @@ struct RoqTempData; ...@@ -44,7 +44,6 @@ struct RoqTempData;
typedef struct RoqContext { typedef struct RoqContext {
AVCodecContext *avctx; AVCodecContext *avctx;
AVFrame frames[2];
AVFrame *last_frame; AVFrame *last_frame;
AVFrame *current_frame; AVFrame *current_frame;
int first_frame; int first_frame;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment