mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
roqvideo: remove unused variables
This commit is contained in:
parent
372262853b
commit
7ca97aa7ee
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user