You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
roqvideo: remove unused variables
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user